Forums

E-mail not sending in joomla 3.15 with newest chronoforms

Jeroen3478956 18 Sep, 2013
Hello,
I started a new topic with the right subject..
I have the following problem.
Chronoforms is not sending any emails.
I am using joomla 3.1.5 and the newest chronoforms.
You said to my that i could solve the problem by installing THE: Email GH Action
I installed the action. And now it is sending E-mails.
But I Cant fill in the attachments field names...
So I get a E-mail like this..
----------
Fax {contact_fax_name}
Naam {contact_naam_name}
Adres {contact_adres_name}
Plaatsnaam {contact_plaatsnaam_name}
Postcode {contact_postcode_name}
Telefoon nr {contact_telefoonnummer_name}
Mobiele nr {contact_mobielenummer_name}
E-mail {contact_email_name}
Titel {contact_checkbox_titel_name}
Commentaar pppp
Vul de verificatie code in: AzBPc
----------------------------------------
The info is not filled in from the form.
Can you tell my where I sould fill in the attachments Field names.
or the Fields to include in the E-mail?
Jeroen3478956 18 Sep, 2013
Oke found out that my custom code for my webform was incorrect it is working now...😀 🤣
GreyHead 18 Sep, 2013
Hi eroen3478956,

I'd use it in the main On Submit event. It also needs to be after the Upload Files and Handle Arrays events.

Putting is after the Event Loop won't work because the Event Loop redirects control back to the form On Load event so nothing after that will be run.

I can't tell from here why you aren't getting values in the email. This can be because the input names in the template don't match the names in the form. A Debugger action will help you debug this.

Bob
Jeroen3478956 18 Sep, 2013
Thanks Bob,
It is working now My custom form code was incorrect that was the problem the only thing i did not check.

So It is Working Now...🤣 :wink:
This topic is locked and no more replies can be posted.