Link to home
Start Free TrialLog in
Avatar of WDJ98338
WDJ98338Flag for United States of America

asked on

How do I get this form to send an email.

How do I get this form to send a email:
<html>
<head>
</head>
<BODY>
<form method="GET"ACTION="thanks2.htm">

<p>What is your Employment Security Reference Number?&nbsp;<br>
<input type="text"name="esref"size="20">
</p>

<p>Contact Name:<br>
<input type="text"name="contact"size="20">
</p>

<p>Contact Phone:&nbsp;<br>
<input type="text"name="phone"size="20">
</p>

<p>Enter youre-mail address.<br>
<input type="text"name="submit_by"size="42"><font color="#FF0000"> (Required) </font>
</p>

<p>What electronic filing method are you using?<br>
<select size="1"name="version">
<option selected>--Select--</option>
<option>UIFast Tax</option>
<option>EPay</option>
<option>UIWeb Tax</option>
<option>ICESA WA</option>
</select><font color="#FF0000"> (Required) </font></p>

<p>What operating system are you running.&nbsp;<i><br>
(Right click on My Computer, go to the General tab)</i><br><select size="1"name="os">
<option selected>--Select--</option>
<option>Windows 95a</option>
<option>Windows 95b</option>
<option>Windows 98</option>
<option>Windows 98 SE</option>
<option>Windows NT4.0</option>
<option>Windows 2000</option>
<option>Windows ME</option>
<option>Windows XP(Professional)</option>
<option>Windows XP (Home)</option>
<option>Virtual PC (Macintosh)</option>
<option>Other Macintosh</option>
<option>Other OS</option>
</select><font color="#FF0000"> (Required)</font></p>

What type of problem are you experiencing?<BR><select size="1"name="problem">
<option selected>--Select--</option>
<option value="AmendingReport">Amending Report</option>
<option value="DigitalCertRequest">Digital Certificate Requested</option>
<option value="ErrorMessages">Error Messages</option>
<option value="GeneralQuestions">General Questions</option>
<option value="Importing">Importing</option>
<option value="Installation">Installation</option>
<option value="MovingDatatoanewMachine">Moving Data to a new Machine</option>
<option value="NetworkInstallation">Network Installation</option>
<option value="SendingReport">Sending Report</option>
<option value="TaxRates">Tax Rates</option>
<option value="ICESAWARelated">ICESA WA Related</option>
</select><font color="#FF0000"> (Required) </font>

<p>Please provide details about the problem<br>
<textarea rows="6" cols="39"name="comments"></textarea></p>
<p><input type="submit"value="Send to Technical Support"name="submit"><input type="reset"value="Reset"name="reset"></p>


<INPUT TYPE="HIDDEN" NAME="data_order"VALUE="esref,contact,phone,version,os,problem,comments,submit_by">
<INPUT TYPE="HIDDEN" NAME="required"VALUE="version,os,problem,submit_by">
<INPUT TYPE="HIDDEN" NAME="submit_to"VALUE="mailto:dyew@msn.com">
<INPUT TYPE="HIDDEN" NAME="automessage"VALUE="uiftsupport">
<INPUT TYPE="HIDDEN" NAME="form_id"VALUE="UIFastTax3.1TechnicalSupportRequest">
<INPUT TYPE="HIDDEN" NAME="ok_url"VALUE="/uitax/taxreportsandrates/electronicfiling/thanks2.php">
<INPUT TYPE="HIDDEN" NAME="not_ok_url"VALUE="http://www.dye-family.com/oops.html">

</form>
</BODY>
</HTML>
SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WDJ98338

ASKER

Thanks
Thanks for your help.