Once i click on submit button, all the debugging show everything is ok.
But i could not receive email from it.
for example:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enable) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [feedbackname] => ss [feedbackemail] => ss [feedbackcontact] => ss [feedbackdetail] =>
ss [bb27c3c17a71cd60ae94252b404cab84] => 1 )
6. $_FILES Array: Array ()
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from ([email]admin@admin.com[/email])name to [email]sswong43@hotmail.com[/email]
9. Debug End
Anything that i make wrong? Please guide me, thank
But i could not receive email from it.
for example:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enable) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [feedbackname] => ss [feedbackemail] => ss [feedbackcontact] => ss [feedbackdetail] =>
ss [bb27c3c17a71cd60ae94252b404cab84] => 1 )
6. $_FILES Array: Array ()
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from ([email]admin@admin.com[/email])name to [email]sswong43@hotmail.com[/email]
9. Debug End
Anything that i make wrong? Please guide me, thank