Hi all!
I want to email the form data to a dedicated email address, say "abc@gmail.com", after user click on the submit button, so:
* I add the "email" element to "On Submit"
* fill-in all the necessary info in the config (the static tab) of the email element:
==============================================
To (Required): [email]abc@gmail.com[/email]
Subject (Required): test form
From name (Required): admin
From email (Required):admin@mysite.com
==============================================
-> but after submit is click, it is redirected to the frontpage of mysite
-> and I find no new email in the mailbox of [email]abc@gmail.com[/email]
So what else should I do to make the email element works?
Thanks for any kind of help!
I want to email the form data to a dedicated email address, say "abc@gmail.com", after user click on the submit button, so:
* I add the "email" element to "On Submit"
* fill-in all the necessary info in the config (the static tab) of the email element:
==============================================
To (Required): [email]abc@gmail.com[/email]
Subject (Required): test form
From name (Required): admin
From email (Required):admin@mysite.com
==============================================
-> but after submit is click, it is redirected to the frontpage of mysite
-> and I find no new email in the mailbox of [email]abc@gmail.com[/email]
So what else should I do to make the email element works?
Thanks for any kind of help!