I have a html scripting question...I do I write a html form to send an automatic email to people when they fill out question boxes...
I have drop boxes for the person to fill out, but I can't import the data in an email and then send it out....It just keeps bringing up the email without the data,the users email address and then it won't send it out autmatically....I need help on this one....
example below:
<td valign="top" width="123" height="142">
<form name="feedback" method="post" action="mailto:support@other.com" id="form" style="margin:0; padding:0 ">
<div style="margin-left:0px; margin-top:0px;"><input type="text" class="w" style=" width:113px; height:16px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#308DCD " ></div>
<div style="margin-left:0px; margin-top:3px;"><input type="text" class="w" style=" width:113px; height:16px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#308DCD " ></div>
<div style="margin-left:0px; margin-top:3px;"><textarea cols="35" rows="35"style=" width:113px; height:66px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#3795D1; overflow:hidden " class="w"></textarea></div>
<select name="jobDescriptionId"><option value="-1">Select One</option>
<option value="164">Academia/Faculty & Staff</option>
<option value="165">Academia/Research</option>
<option value="166">Academia/Student</option>
<option value="64">Consultant</option>
<option value="61">Corporate Management</option>
<option value="60">Financial/Operations Management</option>
<option value="55">IT Management</option>
<option value="66">Management</option>
<option value="59">Marketing/Sales/Product Management</option>
<option value="0">Other</option>
<option value="53">QA Engineer</option>
</select>
<a href="#" class="w3" onclick="document.getElementById('form').reset()"> <strong>reset</strong></a><img alt="" style="margin-right:5px; margin-left:29px;" src="images/1_z1.gif" border="0"><a href="" class="w3" onclick="document.getElementById('form').submit()"><strong>submit</strong></a></div>
</form>
I have drop boxes for the person to fill out, but I can't import the data in an email and then send it out....It just keeps bringing up the email without the data,the users email address and then it won't send it out autmatically....I need help on this one....
example below:
<td valign="top" width="123" height="142">
<form name="feedback" method="post" action="mailto:support@other.com" id="form" style="margin:0; padding:0 ">
<div style="margin-left:0px; margin-top:0px;"><input type="text" class="w" style=" width:113px; height:16px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#308DCD " ></div>
<div style="margin-left:0px; margin-top:3px;"><input type="text" class="w" style=" width:113px; height:16px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#308DCD " ></div>
<div style="margin-left:0px; margin-top:3px;"><textarea cols="35" rows="35"style=" width:113px; height:66px; border-style:solid; border-width:1px; border-color:#7EC4EB; background-color:#3795D1; overflow:hidden " class="w"></textarea></div>
<select name="jobDescriptionId"><option value="-1">Select One</option>
<option value="164">Academia/Faculty & Staff</option>
<option value="165">Academia/Research</option>
<option value="166">Academia/Student</option>
<option value="64">Consultant</option>
<option value="61">Corporate Management</option>
<option value="60">Financial/Operations Management</option>
<option value="55">IT Management</option>
<option value="66">Management</option>
<option value="59">Marketing/Sales/Product Management</option>
<option value="0">Other</option>
<option value="53">QA Engineer</option>
</select>
<a href="#" class="w3" onclick="document.getElementById('form').reset()"> <strong>reset</strong></a><img alt="" style="margin-right:5px; margin-left:29px;" src="images/1_z1.gif" border="0"><a href="" class="w3" onclick="document.getElementById('form').submit()"><strong>submit</strong></a></div>
</form>