klwiegman
04-06-2011, 02:53 PM
OK, I am in need of help! I have a few forms - but none work. My coding is rusty. My goal: when the user clicks "send" I would like to email the validated from to my team AND return the user to the home page. None of this happens right now.
So I am begging a great guru to come to my rescue!:D
Current code:
<table class="form-table" width="100%">
<tr>
<td colspan="3" class="form-table" style="width: 175px;">Please feel free to request a quote online, however, if you do not receive a response within 15 minutes, please call 800-450-4872. Thank you. </td>
</tr>
<tr>
<td class="title" style="width: 175px;">Your Name</td>
<td colspan="2"><input name="user_id2" type="text" id="user_id2" size="40" maxlength="25" /></td>
</tr>
<tr>
<td class="title">Your Phone</td>
<td colspan="2"><input name="RQNAME" type="text" id="RQNAME" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="15" maxlength="15" />
<label for="label">Ext.</label>
<input name="RQEXT" type="text" id="label" onblur="MM_validateForm('searchb','','NisNum');return document.MM_returnValue" size="7" maxlength="7" /><br /></td>
</tr>
<tr>
<td class="title">Email</td>
<td colspan="2"><input name="user_id3" type="text" id="user_id3" size="40" maxlength="25" />
<br /></td>
</tr>
<tr>
<td class="title">Pickup Zip Code</td>
<td colspan="2"><input name="PUzip" type="text" id="PUzip" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="7" maxlength="7" />
<label for="textfield">Delivery Zip Code</label>
<input name="DelZip" type="text" id="DelZip" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="7" maxlength="7" /><br /></td>
</tr>
<tr valign="top">
<td class="title">Shipment Description</td>
<td><textarea name="RQdetail" cols="30" rows="5" id="RQdetail" onblur="MM_validateForm('searchb','','R');return document.MM_returnValue">Please describe your shipment: we need size, weight, content, etc.</textarea></td>
<td width="250"> </td>
</tr>
<tr>
<td class="title"><label for="textfield">Shipment will be ready at</label></td>
<td colspan="2"><input name="PUtime" type="text" id="PUtime" onblur="MM_validateForm('searchb','','NisNum');return document.MM_returnValue" size="5" maxlength="5" />
<label for="textfield">Preferred delivery date & time</label>
<input name="textfield" type="text" id="textfield" size="20" maxlength="20" /></td>
</tr>
<tr>
<td class="title"> </td>
<td colspan="2">Send
<input name="reqestform1" type="submit" id="reqestform1" onclick="var email_address = "mailto:dispatch@usacouriers.com"" value="Submit" /></td>
</tr>
</table>
<div class="action-buttons" align="center"></div>
</form>
</div>
</div>
</div>
</div>
<div class="bottomleft1">
<div class="bottomright1"> </div>
</div>
</div>
<!-- Grey Box -->
So I am begging a great guru to come to my rescue!:D
Current code:
<table class="form-table" width="100%">
<tr>
<td colspan="3" class="form-table" style="width: 175px;">Please feel free to request a quote online, however, if you do not receive a response within 15 minutes, please call 800-450-4872. Thank you. </td>
</tr>
<tr>
<td class="title" style="width: 175px;">Your Name</td>
<td colspan="2"><input name="user_id2" type="text" id="user_id2" size="40" maxlength="25" /></td>
</tr>
<tr>
<td class="title">Your Phone</td>
<td colspan="2"><input name="RQNAME" type="text" id="RQNAME" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="15" maxlength="15" />
<label for="label">Ext.</label>
<input name="RQEXT" type="text" id="label" onblur="MM_validateForm('searchb','','NisNum');return document.MM_returnValue" size="7" maxlength="7" /><br /></td>
</tr>
<tr>
<td class="title">Email</td>
<td colspan="2"><input name="user_id3" type="text" id="user_id3" size="40" maxlength="25" />
<br /></td>
</tr>
<tr>
<td class="title">Pickup Zip Code</td>
<td colspan="2"><input name="PUzip" type="text" id="PUzip" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="7" maxlength="7" />
<label for="textfield">Delivery Zip Code</label>
<input name="DelZip" type="text" id="DelZip" onblur="MM_validateForm('searchb','','RisNum');return document.MM_returnValue" size="7" maxlength="7" /><br /></td>
</tr>
<tr valign="top">
<td class="title">Shipment Description</td>
<td><textarea name="RQdetail" cols="30" rows="5" id="RQdetail" onblur="MM_validateForm('searchb','','R');return document.MM_returnValue">Please describe your shipment: we need size, weight, content, etc.</textarea></td>
<td width="250"> </td>
</tr>
<tr>
<td class="title"><label for="textfield">Shipment will be ready at</label></td>
<td colspan="2"><input name="PUtime" type="text" id="PUtime" onblur="MM_validateForm('searchb','','NisNum');return document.MM_returnValue" size="5" maxlength="5" />
<label for="textfield">Preferred delivery date & time</label>
<input name="textfield" type="text" id="textfield" size="20" maxlength="20" /></td>
</tr>
<tr>
<td class="title"> </td>
<td colspan="2">Send
<input name="reqestform1" type="submit" id="reqestform1" onclick="var email_address = "mailto:dispatch@usacouriers.com"" value="Submit" /></td>
</tr>
</table>
<div class="action-buttons" align="center"></div>
</form>
</div>
</div>
</div>
</div>
<div class="bottomleft1">
<div class="bottomright1"> </div>
</div>
</div>
<!-- Grey Box -->