I have tried for ages now, and I'm not able to find an answer here on the forum.
I'm using Chronoforms v3, and Joomla 1.5
I have a Chronoform, where I want 2 emails to be send after completing the form. One for me (it works great), and one for the user.
The fields looks like this, and is all green:
Dynamic To: email
Subject: Thanks for the order!
Fromname: [My webpage]
FromEmail: [My email adress]
In the Wizard Editor I have set the email validation fields to 'Required' and 'Email'. The field name is set to 'email'.
Thank you very much for the answer!🙂
That all looks good.
Please turn debug on in the form General Tab, then submit the form and post the debug - including the 'dummy emails' results here.
Bob
Thank you very much for your quick answer. 🙂
Here is what i get from the debug report (I don't know about the 'dummy email' results though?):
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_1] => Mr. T. Est Jones [text_2] => Laundry Lane [text_3] => 2200, Copenhagen N [email] => [email]User.email@gmail.com[/email] [text_9] => 0045 23081874 [text_6] => T-shirt: Large, blue [button_13] => Bestil [dae0fbea69be6a972e639bb0ce0c16e7] => 1 [1cf1] => bbb65f4eeec629e34b3fc2ed64f2e04a [chronoformname] => Bestiltee )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from ([domain].dk)kontakt@[domain].dk to kontakt@[domain].dk
9. Debug End
This is my settings:
It looks to me as though the second email isn't 'Enabled' in the Email Setup Properties box.
Bob
PS The 'dummy emails' I'm looking for are the email text and headers that also show on the debug page.