Form to Set body of E-mail via mailto in E-Mail Newsletter

modbride

New Member
Is there something we're missing to get the following code working in E-Mail clients / Web Mail:\[code\]<form action="mailto:[email protected]"><input type="hidden" name="Subject" value="http://stackoverflow.com/questions/15520150/Email subject"><textarea style="resize:none;" rows="5" cols="22" value="http://stackoverflow.com/questions/15520150/Body" name="Body">Default text area</textarea><br /><input type="submit" name="Ask Question" ></form>\[/code\]The idea is that the recipient can ask a question of our team by typing their question into a text area ('Body') and clicking the button will open their default mail client/web mail with the message nicely composed for them to review and click send.Clearly any kind of PHP or scripting is off limits as this strictly to be used in an e-mail newsletter template.Any help would be greatly appreciated.Kind Regards,Ben
 
Back
Top