britt
09-16-2004, 08:44 AM
I've tried and tried over and over again to get this form to work.. I keep getting an error when using it and my IE shuts down. Any ideas? What am I doing wrong??? :confused: Is it because of the upload button?? I tried opening a new file for the photos to go to but it won't let me change the file to what it says on FP..
Is there a way to just get the photo to email with the data instead of sending it to a file?
<form method="post" enctype="multipart/form-data" action='mailto:photos@photobugmomma.com'>
<input type="hidden" name="To" value="photo submission">
<b><font color="#5E3E7B" face="Arial" size="4">Photobugbaby Baby Contest Entry
Form:</font></b><p><font color="#5E3E7B" face="Arial">Name,
Parent or Guardian name:<br>
<input type="text" name="parentname" size="50" maxlength="100"><br><br>
Child's name: (if applicable)<br>
<input type="text" name="childname:" size="50" maxlength="100"><br><br>
Child's age during photo: (if applicable)<br>
<input type="text" name="childage" size="50" maxlength="100"><br><br>
Email address:<br>
<input type="text" name="email" size="50" maxlength="100"></font></p>
<p><font color="#5E3E7B" face="Arial">Child's sex: (if applicable)<br>
<select size="1" name="D2">
<option>Male</option>
<option>Female</option>
</select><br><br>
Category selection:<br>
<select size="1" name="D1">
<option>Mommy and Baby</option>
<option>Daddy and Baby</option>
<option>Preggie</option>
<option>Ultrasound</option>
</select></font></p>
<p><font color="#5E3E7B" face="Arial">Do you have a comment about the site?<br>
<textarea name="Subject of text area" rows=7 cols=46></textarea>
<br> </font></p>
<p><font color="#5E3E7B" face="Arial">Upload Photo:<br>
<input type="file" name="F1" size="20"><br>
<br></font><br>
<input type="submit" value="Submit"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Try again"></p>
</form>
Is there a way to just get the photo to email with the data instead of sending it to a file?
<form method="post" enctype="multipart/form-data" action='mailto:photos@photobugmomma.com'>
<input type="hidden" name="To" value="photo submission">
<b><font color="#5E3E7B" face="Arial" size="4">Photobugbaby Baby Contest Entry
Form:</font></b><p><font color="#5E3E7B" face="Arial">Name,
Parent or Guardian name:<br>
<input type="text" name="parentname" size="50" maxlength="100"><br><br>
Child's name: (if applicable)<br>
<input type="text" name="childname:" size="50" maxlength="100"><br><br>
Child's age during photo: (if applicable)<br>
<input type="text" name="childage" size="50" maxlength="100"><br><br>
Email address:<br>
<input type="text" name="email" size="50" maxlength="100"></font></p>
<p><font color="#5E3E7B" face="Arial">Child's sex: (if applicable)<br>
<select size="1" name="D2">
<option>Male</option>
<option>Female</option>
</select><br><br>
Category selection:<br>
<select size="1" name="D1">
<option>Mommy and Baby</option>
<option>Daddy and Baby</option>
<option>Preggie</option>
<option>Ultrasound</option>
</select></font></p>
<p><font color="#5E3E7B" face="Arial">Do you have a comment about the site?<br>
<textarea name="Subject of text area" rows=7 cols=46></textarea>
<br> </font></p>
<p><font color="#5E3E7B" face="Arial">Upload Photo:<br>
<input type="file" name="F1" size="20"><br>
<br></font><br>
<input type="submit" value="Submit"><img src="spacer.gif" width=5 height=1 alt="spacer">
<input type="reset" value="Try again"></p>
</form>