I've tried these two headers:
<form action="MAILTO:there@here.com" method="post" enctype="text/plain">
<FORM METHOD="POST" Action="MAILTO:there@here.com">
When the Submit button is clicked on the form, a new email opens up to the address I've specified, but the body is blank. No info carried over. Why is it not working? I've googled it but everything that I've found is everything I've done.
e.n.
<form action="MAILTO:there@here.com" method="post" enctype="text/plain">
<FORM METHOD="POST" Action="MAILTO:there@here.com">
When the Submit button is clicked on the form, a new email opens up to the address I've specified, but the body is blank. No info carried over. Why is it not working? I've googled it but everything that I've found is everything I've done.
e.n.