Debug results - email still disabled

Svc91 07 Mar, 2011
Email does not changed from disabled to enabled after the debug test.

No email is coming through after I hit submit into my folder

Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [text_1] => xxxx [text_2] => [email]xxxxx@xxxxxx.com[/email] [select_24] => Cafe [text_8] => 10 [text_13] => 60p [button_20] => Submit [29088dcb1193395ee7a2ef5fa7c432f1] => 1 [1cf1] => 0e2b9c874114fcf6da5a767cf7739199 [chronoformname] => xxxxx )
$_FILES Array: Array ( )
Form passed the plugins step (if enabled) OK
Debug End



Am i missing something?
GreyHead 07 Mar, 2011
Hi Svc91,

The debug doesn't change anything -- it just shows some diagnostic info.

Here's my Email checklist -- please check the following:

a) That 'Send Emails' is set to 'Yes' on the Form General tab

b) That you have a valid Email Setup - if the box is green it's valid, red is invalid (see d below)

c) That you have set 'Enabled' to 'Yes' in the Email Setup Properties box

d) A valid Email Setup requires To, Subject, From Name and From Email elements (or the Dynamic equivalents) in the *same* setup box.

e) The element boxes must contain strings for the static elements or valid input names from the form for the Dynamic elements.

f) The To and From Email boxes must contain valid email addresses

g) The From Email address should match the Domain name.

h) The To email address should not be the same as the From Email address.

Bob
Svc91 09 Mar, 2011
That's great help. Thank you. Sorted.

Should debug now be turned off?

With debug off... after submitting the form the screen is just blank, there is no confirmation message or the copy of the email (which there was before?)

Thanks very much
GreyHead 09 Mar, 2011
Hi Svc91,

Yes, turn debug off now.

You can add a thank you message either in Step 4 of Wizard Edit or in the Form Editor | Form Code Tab| OnSubmit After Email box.

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