I put the form in a email. when you received the mail and complete the form and submit it you received the mail but not not the data. I test the form in a url and work fine but in a email not.
Why?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have no idea what you mean by putting the form in a email. The form is supposed to be on your website, not email. If you are trying have the users submit the form via an HTML embedded email, just make sure the full URL to process.php is explicitly written as the action value of the form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I put the form in a email. when you received the mail and complete the form and submit it you received the mail but not not the data. I test the form in a url and work fine but in a email not.
Why?
i have no idea what you mean by putting the form in a email. The form is supposed to be on your website, not email. If you are trying have the users submit the form via an HTML embedded email, just make sure the full URL to process.php is explicitly written as the action value of the form.