Pro-Forma CGI Script template

<form method="POST" action="https://yourstoreid.stores.turbify.net/cgi-bin/pro-forma" id="form">
 <input type="hidden"name="subject" value="Subject here">
 <input type="hidden" name="from" id="from">
 <input type="hidden" name="owner" value="youremail@here">
 <input type="text" name="email" id="email" size="20">
 <input type="hidden" name="thankyou-url" value="thank you page">
 <input type="submit" value="Submit" onclick="document.getElementById('from').value = document.getElementById('email').value">
</form>