Another new site, new install... another failed ChronoForms attempt

How to fix a CF form that submits but sends empty emails.

Overview

The issue occurs when a form submission triggers an email, but the email body contains only placeholder brackets without the actual form data.
Ensure your email action in CF is correctly configured to map and insert the submitted form field values into the email template, replacing the placeholder brackets with the actual data.

Answered
Be Beyer 12 Aug, 2014
I am able to send email via the Joomla Mass Mail feature. This should rather easily inform me that email does work from the Joomla site.

I installed ChronoForms V5, moved the site to a new server, the very simple 3 field form, plus captcha, fails to submit. Debug is completely useless, is in, practically blank (it follows)... yet no mail is sent or received.

What else can I do?


Data Array
Array
(
    [view] => form
    [chronoform] => villaHillsContact
    [event] => submit
    [Name] => Clay Beyer
    [Email_Address] => clay.beyer@nkadd.org
    [Your_Questions_/_Comments] => test
    [captcha] => 
    [Submit] => Submit
)
Array
(
)

Errors
Array
(
)

Debug Info
Array
(
)
Be Beyer 12 Aug, 2014
Answer
Nevermind, disregard... please delete this (why can I not delete it??????)

The email finally sent, however, no information in the {} brackets was sent. That's a different issue and I'll ask in another thread if I cannot resolve that on my own... why can I not delete my post?
This topic is locked and no more replies can be posted.