Forums

Five Page Form With Email and Database Help

saulfa 04 Aug, 2010
Hello,

I use Chronoforms for many of my web design clients but have been using survey monkey for my own internal client forms. I have decided to use Chronoforms for my 5 page web design form but I am running into a couple of issues. I have 5 child pages and a mother form. I created tables for all of the child forms and the mother form and the database is working fine. I am having trouble sending an email from the mother form. I setup a template but it never sends. Any ideas what I might be doing wrong? Does anyone have a simple current up to date step by step for this?

any help would be greatly appreciated

Saul Fontenot-Amedee
Green Seeds Design
GreyHead 04 Aug, 2010
Hi saulfa,

It should be a pretty standard setup as in the Email tutorial.

Please turn debug on for the mother form and see what output you get after the final step.

Bob
saulfa 04 Aug, 2010
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 ( [marketing1] => aafdhafdhafd [launch] => adfhahfdhfd [radio0] => We would like Green Seeds Design to provide the text [radio1] => We would like Green Seeds Design to update the content. [radio2] => No but we want social networking links. [snetwork] => sdafhafdh [budget] => adfhafdh [comments] => adhfadfh [button_16] => Submit Your Survey [cfformstep] => 4 [bdf9a23723d5fe39cdc99bc791433072] => 1 [1cf1] => 8fc98160b66599e9ac23120c04716e80 [chronoformname] => survey )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
9.
Redirect link set, click to test:
http://www.greenseedsdesign.com
saulfa 04 Aug, 2010
Got it working. My only issue is that the radio button input does not show. I used the id. Should I use the label?

thanks

Saul
GreyHead 05 Aug, 2010
Hi saulfa ,

I think you need to use the 'name' of the input. Radio buttons will not show up unless they are selected and have a value set.

Bob
This topic is locked and no more replies can be posted.