I want all information submitted to be sent to an email address. The form works without the upload button but i really want to collect the photo/photos together with the form.
Code:
<form method="POST" action="--WEBBOT-SELF--" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan B-Reverse-Chronology="FALSE" S-Email-Format="HTML/BR" S-Email-Address="contest@lilangelsfpcandppc.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE" S-Email-Subject="Little Angels Free Contest Entry" S-Builtin-Fields="REMOTE_NAME Date Time" S-Date-Format="%m/%d/%Y" S-Time-Format="%I:%M:%S %p" S-Form-Fields="" U-Confirmation-Url="index.html" --><!--webbot bot="SaveResults" endspan -->
<table border="0" width="60%" id="table6" cellpadding="0">
<tr>
<td width="98%" align="right" colspan="2">
<p align="center">
<font color="#800000" face="Arial" size="4">*All
fields are necessary*</font></td>
</tr>
<tr>
<td width="98%" align="right" colspan="2"> </td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Child's Name:</span></td>
<td width="55%">
<input type="text" name="Child's Name" size="20"></td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Child's Age:</span></td>
<td width="55%">
<input type="text" name="Child's Age" size="20"></td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Category
entering:</span></td>
<td width="55%">
<select size="1" name="Category Entering">
<option selected>Babies (0-12 months)</option>
<option>Toddlers (13 ms-3 years)</option>
<option>PreSchooler (4yrs-6yrs)</option>
<option>Child (7yrs-13yrs)</option>
<option>Sibling/Friends</option>
</select></td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Parent's Name:</span></td>
<td width="55%">
<input type="text" name="Parent's Name:" size="20"></td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Email address:</span></td>
<td width="55%">
<input type="text" name="Valid Email" size="20"></td>
</tr>
<tr>
<td width="43%" align="right">
<span style="font-size: 13pt">*Agree to
terms/rules?:</span></td>
<td width="55%">
<input type="checkbox" name="Agree" value="ON"></td>
</tr>
<tr>
<td colspan="2">
<p align="center">
<input type="submit" value="Submit" name="B2"></td>
</tr>
</table>
</form>