Return to Help Index
Shipping and Returns
 
<BR>
<BR>

Sample Text Field1: <input type="text" name="First Name" value=""><BR>
Sample Text Field2: <input type="text" name="Phone Number" value=""><BR>
Sample Text Field3: <input type="text" name="Email" value=""><BR>

<BR>
<BR>

Sample DropDown1: <select name="Response Preference">
<option>Email</option>
<option>Phone</option>
</select>

<BR>
<BR>

Sample Text Area: <textarea name="Sample Text Area" rows="8" cols="65"></textarea>

<BR>
<BR>

<input type="submit" name="submit" value="submit">
<input type="hidden" name="email_From" value="[email protected]">
<input type="hidden" name="email_To" value="[email protected]">
<input type="hidden" name="email_Subject" value="Contact Form Submission">
<input type="hidden" name="email_ThankYou" value="Thank you for submitting your request.">
<input type="hidden" name="email_Redirect" value="">
<br /><br />Please enter the following code into the box provided:<br /> <br /><input type="text" name="Verification_Code" /></form>