I would like to say up front that I am very excited about this application...I can see how this will come in very handy and will encourage me to learn more and expand my coding abilities. Thanks for putting this out her for us.
next is the question, I've tried to follow the step completely, but for some reason, no matter what I do, I can not get my form to post to my DB, or pass the info on to my Acajoom Mailing list application.
Below is the debug:
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 ( [email] => [email]offstage@offstagetheatre.com[/email] [name] => Doug [lastname] => Shell [address1] => 1 test [address2] => [city] => [state] => [zip] => 45891 [homephone] => [cellphone] => 111-111-111 [check0] => Array ( [0] => Costume Design [1] => Set Construction ) [chrono_verification] => AUq8h [hidden_16] => value= [button_17] => Submit [bfa510b936bd2cb51527c554228a9063] => 1 [1cf1] => a916327e3970d6af57d01f95d5860170 [chronoformname] => OSPMailing )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
Now,I'll just get this out of the way now...I don't know a stick of PHP, but I have tried to follow the instructions both on this forum and on the Acajoom website on how to make my form save to the DB and then subscribe the user to the newsletter if an email and name are present. but in doing so i might have totally missed the boat...so ANY help would be greatly appreciated.
Thanks in advance for the assistance.
Doug
next is the question, I've tried to follow the step completely, but for some reason, no matter what I do, I can not get my form to post to my DB, or pass the info on to my Acajoom Mailing list application.
Below is the debug:
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 ( [email] => [email]offstage@offstagetheatre.com[/email] [name] => Doug [lastname] => Shell [address1] => 1 test [address2] => [city] => [state] => [zip] => 45891 [homephone] => [cellphone] => 111-111-111 [check0] => Array ( [0] => Costume Design [1] => Set Construction ) [chrono_verification] => AUq8h [hidden_16] => value= [button_17] => Submit [bfa510b936bd2cb51527c554228a9063] => 1 [1cf1] => a916327e3970d6af57d01f95d5860170 [chronoformname] => OSPMailing )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. Debug End
Now,I'll just get this out of the way now...I don't know a stick of PHP, but I have tried to follow the instructions both on this forum and on the Acajoom website on how to make my form save to the DB and then subscribe the user to the newsletter if an email and name are present. but in doing so i might have totally missed the boat...so ANY help would be greatly appreciated.
Thanks in advance for the assistance.
Doug