Newbee with problems: Mailform.
-
- Posts: 10
- Joined: Tue 25. May 2021, 09:03
- Location: Las Palmas de Gran Canaria - Canary Islands, Spain
- Contact:
Newbee with problems: Mailform.
Hi! Gert:
A new troble with plugins. This time is about Mailform.
Definetly is a very awesome plugin, but Im not able to fix it up in my web: https://realhermandadlaspalmas.es/?Contacto
I have downloaded the plugin from this web, and I have translated help file, so I have uploaded folders and files to my server, set the right permisions, and even set the proper code in the contacto page, in fontcode mode....
Noway! It does not work.
Any idea?
I thank you so much for your help.
A new troble with plugins. This time is about Mailform.
Definetly is a very awesome plugin, but Im not able to fix it up in my web: https://realhermandadlaspalmas.es/?Contacto
I have downloaded the plugin from this web, and I have translated help file, so I have uploaded folders and files to my server, set the right permisions, and even set the proper code in the contacto page, in fontcode mode....
Noway! It does not work.
Any idea?
I thank you so much for your help.
Best wishes,
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
-
- Posts: 10
- Joined: Tue 25. May 2021, 09:03
- Location: Las Palmas de Gran Canaria - Canary Islands, Spain
- Contact:
Re: Newbee with problems: Mailform.
Thanks very much for your fast answer Gert. ¡Excellent Service!
I have done, renamed called file, but noway... It seems plugin itsel is not working propperly-
Next: Iĺl try to delete it from plugins and content folder and re-upload it again.
Thanks again.
I have done, renamed called file, but noway... It seems plugin itsel is not working propperly-
Next: Iĺl try to delete it from plugins and content folder and re-upload it again.
Thanks again.
Best wishes,
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
-
- Posts: 10
- Joined: Tue 25. May 2021, 09:03
- Location: Las Palmas de Gran Canaria - Canary Islands, Spain
- Contact:
Re: Newbee with problems: Mailform.
Hi,Gert!
I gott it from the help file of he plugin.
https://realhermandadlaspalmas.es/?Contacto&normal
Contact file: Contacto.txt
How should I write it well?
Thanks in advance!
I gott it from the help file of he plugin.
I deleted the semi-colom (;) and the error message keeps going on...4. Aufruf des Plugins
4.1 Einfacher Plugin Aufruf
Das ist die Funktion, mit der das E-mail Formular aufgerufen wird:
{{{plugin:dd_mailform('Dateiname');}}}
Dateiname: Der Dateiname der Formular Datei (ohne Endung)
Wenn die Schreibrechte korrekt gesetzt sind, erzeugt MailForms automatisch die .txt Datei mit dem
angegebenen Dateinamen (aus der Vorlage default.txt).
Es kann aber auch eine bereits existierende Formulardatei aufgerufen werden. Alle Formulardateien
liegen im Verzeichnis
./content/plugins/mailforms/
4.2 Erweiterter Plugin Aufruf mit optionalen Parametern
20/11/24, 19:48 MailForms Kurzdoku
https://realhermandadlaspalmas.es/?Contacto&normal
Contact file: Contacto.txt
How should I write it well?
Thanks in advance!
Best wishes,
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Re: Newbee with problems: Mailform.
Do you read what I write?ricardocurto wrote: ↑Tue 26. Nov 2024, 13:03 I deleted the semi-colom (;) and the error message keeps going on...

Not delete, but overwrite the semicolon, with a new semicolon ...
Re: Newbee with problems: Mailform.
Maybe the problem ist, that English ist not your and not my first language.
Copy this and insert it in the sourcscode view of the editor:
Copy this and insert it in the sourcscode view of the editor:
Code: Select all
<div>{{{plugin:dd_mailform('Contacto');}}}</div>
-
- Posts: 10
- Joined: Tue 25. May 2021, 09:03
- Location: Las Palmas de Gran Canaria - Canary Islands, Spain
- Contact:
Re: Newbee with problems: Mailform.
Thank you, Gert.
¡It works!
May be you are right. My native language is not English, like yours is neither.
Overwrite!. Not Delete!. Understood now.
Thank you again, and so sorry to boder you so much. Each step I learn more and more about CMSimple and plugins, with your unvaluable help and support.
Thankfull, for ever.
¡It works!
May be you are right. My native language is not English, like yours is neither.
Overwrite!. Not Delete!. Understood now.
Thank you again, and so sorry to boder you so much. Each step I learn more and more about CMSimple and plugins, with your unvaluable help and support.
Thankfull, for ever.
Best wishes,
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
-
- Posts: 10
- Joined: Tue 25. May 2021, 09:03
- Location: Las Palmas de Gran Canaria - Canary Islands, Spain
- Contact:
Re: Newbee with problems: Mailform.
Hi, Gert.
Another problem with Mailform plugin.
I have mad a new form, following examples and help instructions.
Like that:(Im sorry, fields are in Spanish, my native language):
type=text|class=ddmf_text|label=Nombre:|fieldname=ddmf_sender_name|max=250|req=true
type=text|class=ddmf_text|label=Email:|fieldname=ddmf_sender_email|max=250|req=true|ver=email
type=text|class=ddmf_text|label=Telefono:|fieldname=ddmf_sender_phone|max=250|req=true
type=widetextarea|class=ddmf_textwide|label=Su Mensaje:|fieldname=ddmf_message|max=5000|rows=6|req=true
type=verify|class=ddmf_verify|label=Filtro Anti-Spam. Escriba lo que ve debajo:
---
And then, after fully filling the form in user mode, there is an error message: MANDATORY FIELD LEFT.
Whats wrong here?
Best weekend for you!
Another problem with Mailform plugin.
I have mad a new form, following examples and help instructions.
Like that:(Im sorry, fields are in Spanish, my native language):
type=text|class=ddmf_text|label=Nombre:|fieldname=ddmf_sender_name|max=250|req=true
type=text|class=ddmf_text|label=Email:|fieldname=ddmf_sender_email|max=250|req=true|ver=email
type=text|class=ddmf_text|label=Telefono:|fieldname=ddmf_sender_phone|max=250|req=true
type=widetextarea|class=ddmf_textwide|label=Su Mensaje:|fieldname=ddmf_message|max=5000|rows=6|req=true
type=verify|class=ddmf_verify|label=Filtro Anti-Spam. Escriba lo que ve debajo:
---
And then, after fully filling the form in user mode, there is an error message: MANDATORY FIELD LEFT.
Whats wrong here?
Best weekend for you!
Best wishes,
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Ricardo Curto.
And the warmest regards, from my little paradise!
Gran Canaria Island - Canary Islands.
Spain.
Re: Newbee with problems: Mailform.
I don't know.
Here your mailform works in my testinstallation:
https://www.ge-webdesign.de/demotpl/?Mailform_Test
I simply have copied it from here,
Gert
PS: Your standard mailform also does not work:
https://realhermandadlaspalmas.es/?&mailform
Please contact your provider.