Hi there,
When I click on submit, the form does not send - nothing happens.
I have filled in the details in Settings.
How do I fix this please.
Be more specific...what's your On Submit setup? Use debbuger both On Load and On Submit to understand what's going on
Hi JWE,
Where is your form shown? Does it work from the Test Form icon in the Form editor?
Bob
Hi JWE,
No - you just have an empty Errors array as no errors were found (yes it can be confusing).
You have the To and From Email addresses the same, some mail servers, particularly GMail will drop any emails like this. Please try changing the From address to e.g. info@. . .
Bob
Hi JWE,
On the link you posted there are two problems. One is that the form is inside <p> tags which means that it will not work in some versions of IE (it's illegal HTML and IE checks). The second is that there it a problem with SEF URLs, please set Relative URL to No in the form HTML (Render form) action.
If I go to the Test Form link then the form submits but I don't receive an email (not so far). Please upgrade to the latest release of CFv5.0.9 which I hear has some new Email diagnostics.
Bob
Hi JWE,
I checked the form and it''s submitting OK from here and is reporting an Email successfully sent. Have you checked the GMail spam folder?
Bob
Hi Bob,
Yes, you are right the form does sent. However, after the form is sent it displays this code on the page, which I really do not want the clients to see. I would rather they just see the Thank You message.
Thanks in advance for your help.
Data Array
Array
(
[chronoform] => Contact
[event] => submit
[text] => 12
[text2] => wedding
[text3] => p
[text4] => 12
[dropdown5] => over $5000
[text6] => slav
[text7] => slavica@smps.com
[text8] => 00000000000
[text9] => vic
[textarea10] => testing form
[captcha] =>
[button12] => Submit
[ip_address] => 123.3.223.112
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[3] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:justweddingentertainment@gmail.com
[2] => Subject:Entertainers For Hire - Contact Us
[3] => From name:Entertainers For Hire
[4] => From email:admin@entertainersforhire.com.au
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tr><td>Act No:</td><td>{Act No:}</td></tr>
<tr><td>Type of Event:</td><td>wedding</td></tr>
<tr><td>Event Suburb:</td><td>p</td></tr>
<tr><td>No. of Guests:</td><td>12</td></tr>
<tr><td>Budget:</td><td>over $5000</td></tr>
<tr><td>Name:</td><td>slav</td></tr>
<tr><td>Email:</td><td>slavica@smps.com</td></tr>
<tr><td>Phone:</td><td>00000000000</td></tr>
<tr><td>State:</td><td>vic</td></tr>
<tr><td>Enquiry:</td><td>testing form</td></tr>
<tr><td>Enter the code:</td><td></td></tr>
<tr><td></td><td></td></tr>
</table><br /><br />IP: 123.3.223.112
)
)
)
Hi JWE,
Please disable or delete the Debugger action.
Bob