Page 1 of 2

Newbee with problems: Mailform.

Posted: Mon 25. Nov 2024, 13:23
by ricardocurto
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.

Re: Newbee with problems: Mailform.

Posted: Mon 25. Nov 2024, 15:22
by Gert
Hello,

your plugin call seems to be not correct, try without ".txt",

Gert

Re: Newbee with problems: Mailform.

Posted: Mon 25. Nov 2024, 20:48
by ricardocurto
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.

Re: Newbee with problems: Mailform.

Posted: Tue 26. Nov 2024, 09:57
by Gert
Hello Ricardo,

the semicolon (;) in your plugin call is bad, from where you have copied it?

Overwrite it directly in CMSimple and give feedback,

Gert

Re: Newbee with problems: Mailform.

Posted: Tue 26. Nov 2024, 13:03
by ricardocurto
Hi,Gert!
I gott it from the help file of he plugin.
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
I deleted the semi-colom (;) and the error message keeps going on...

https://realhermandadlaspalmas.es/?Contacto&normal

Contact file: Contacto.txt

How should I write it well?

Thanks in advance!

Re: Newbee with problems: Mailform.

Posted: Tue 26. Nov 2024, 13:12
by Gert
ricardocurto wrote: Tue 26. Nov 2024, 13:03 I deleted the semi-colom (;) and the error message keeps going on...
Do you read what I write? :roll:

Not delete, but overwrite the semicolon, with a new semicolon ...

Re: Newbee with problems: Mailform.

Posted: Tue 26. Nov 2024, 14:36
by Gert
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:

Code: Select all

<div>{{{plugin:dd_mailform('Contacto');}}}</div>

Re: Newbee with problems: Mailform.

Posted: Tue 26. Nov 2024, 14:49
by ricardocurto
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.

Re: Newbee with problems: Mailform.

Posted: Sat 30. Nov 2024, 14:13
by ricardocurto
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!

Re: Newbee with problems: Mailform.

Posted: Sat 30. Nov 2024, 19:25
by Gert
ricardocurto wrote: Sat 30. Nov 2024, 14:13 Whats wrong here?
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.