- Code: Select all
<form name="myForm" method="post" action="http://www.unl.edu/cgi-bin/formparse">
<input type="hidden" name="whither" value="goestothis@unl.edu">
<input type="hidden" name="whence" value="sentfromthis@wherever.etc">
<input type="hidden" name="subjectline" value="Subject of the email">
<input type="hidden" name="thanksfile" value="/cwis/data/finearts/test/filetoredirectuserto.html">
/** ADD YOUR FORM FIELDS HERE **/
</form>
The formparse script on frontier will then send an email with all of the form data to the address you specify.
Be sure to replace all of the hidden form field values with the correct email addresses and other details.

