Please Help with Form Post

Permalink
I have a few forms on the siter we're about to launch and am still unsure how I process and email the posted form data.

It looks like it all gets posted back to index.php and then index routes back to the form page to say 'thanks'. However, so far I've been unable to get the post data and email it to myself.

Could anyone let me know if I am going about this all wrong or what?

 
Mnkras replied on at Permalink Reply
Mnkras
Checkout Dashboard->Reports->Forms
dmennenoh replied on at Permalink Reply
Yeah, I see the post data there - but that is not what I'm asking about. I want to know how to email the data and if placing the code for that within index.php is proper or not.
jordanlev replied on at Permalink Reply
jordanlev
Edit the form block and click the "Options" tab, then check the "Notify me by email when people submit this form" box and enter your email address there. Now you should get an email when someone fills out the form.
dmennenoh replied on at Permalink Reply
You say I should get an email when someone fills out a form - is that just a notification or is the form data included? I need the data included, I don't want my user to have to login to c5 to see form data.
I actually have it working, something on the host end was preventing php mail from working before.
jordanlev replied on at Permalink Reply
jordanlev
I think it includes the form data, but can't remember 100% for sure. Just test it out and see (submit your own test form on the site).