Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Prompting for a Subject using Mailto


londrum - 10:00 am on Feb 8, 2012 (gmt 0)


have a look at this, this is close to what you want. it populates the name, subject and message with whatever they've written

the only thing is this... it turns every space into a plus sign. if you can figure out a way around that then you're sorted

<HTML>
<FORM action="mailto:myfirstemail@whatever.com,mysecondemail@whatever.com" method="get" enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4", width="900">
<TR>
<TD align=right><B>Name: </B></TD>
<TD><INPUT type="text" name="Name " size="100"></TD>
</TR>
<TR>
<TD></TD>
<TD>First Name, Last Name</BR></BR></TD>
</TR>
<TR>
<TD align=right><B>Subject: </B></TD>
<TD><INPUT type="text" name="subject" value="">
</TR>
<TR>
<TD align=right><B>Complaint: </B></TD>
<TD><TEXTAREA name="body" cols="76" wrap="virtual" rows="6"></TEXTAREA></BR>(Provide details of the complaint)</TD>
</TR>
<TR>
<TD><INPUT type="submit" name="submit" value="Send"> <INPUT type="reset" name="reset" value="Clear">
</TABLE>
</FORM>
</HTML>


Thread source:: http://www.webmasterworld.com/html/4414306.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com