Forums
This topic is locked
Iv'e searched, no luck. re: add photo to form
23 Sep 2007 22:34:49 Ron Reyns posted:
Hello, a newbie here. Very new to the whole web site tech stuff. I am a volunteer web site director for a non profit fishing club. I am trying to set the web site up for easier use and updates. Some of it I have fudged my way through, some of it I did searchs on and some of it I got hands on help with. My next problem has stumped everyone and every search I have tried.
Here is the code to a form which was left on the web site for me to work with.
<font color=blue><form METHOD="post" ENCTYPE="text/plain" ACTION="mailto: ?subject=photo">
<input type=hidden name="recipient" value=" ">
<input type=hidden name="subject" value="photo">
<input type=hidden name="subject2" value="photo">
<table width="89%" border="1" align="center" bgcolor="#33CCFF">
<tr bgcolor="#6699FF">
<td colspan="2"> <div align="center"><strong>Submission
Information</strong></div></td>
</tr>
<tr>
<td>Angler Name:</td>
<td><input name="Angler Name" type="text" size="50" tabindex="1"></td>
</tr>
<tr>
<td>Chapter:</td>
<td><select name="Chapter" tabindex="2">
<option>Belle River</option>
<option>Gananoque & 1000 Islands</option>
<option>Hamilton</option>
<option>Kitchener-Waterloo</option>
<option>Montreal</option>
<option>Ottawa Valley</option>
<option>Sudbury</option>
<option>Toronto</option>
</select></td>
</tr>
<tr>
<td>Fish Length:</td>
<td><select name="Fish Length" tabindex="3">
<option>N/A</option>
<option>30"</option>
<option>31"</option>
<option>32"</option>
<option>33"</option>
<option>34"</option>
<option>35"</option>
<option>36"</option>
<option>37"</option>
<option>38"</option>
<option>39"</option>
<option>40"</option>
<option>41"</option>
<option>42"</option>
<option>43"</option>
<option>44"</option>
<option>45"</option>
<option>46"</option>
<option>47"</option>
<option>48"</option>
<option>49"</option>
<option>50"</option>
<option>51"</option>
<option>52"</option>
<option>53"</option>
<option>54"</option>
<option>55"</option>
<option>56"</option>
<option>57"</option>
<option>58"</option>
<option>59"</option>
<option>60"</option>
<option>61"</option>
</select> <font size="2">Indicate N/A if not available</font></td>
</tr>
<tr>
<td>Fish Girth:</td>
<td><select name="Fish Girth" tabindex="4">
<option>N/A</option>
<option>12"</option>
<option>13"</option>
<option>14"</option>
<option>15"</option>
<option>16"</option>
<option>17"</option>
<option>18"</option>
<option>19"</option>
<option>20"</option>
<option>21"</option>
<option>22"</option>
<option>23"</option>
<option>24"</option>
<option>25"</option>
<option>26"</option>
<option>27"</option>
<option>28"</option>
<option>29"</option>
<option>30"</option>
<option>31"</option>
<option>32"</option>
<option>33"</option>
<option>34"</option>
</select>
<font size="2">Indicate N/A if not available</font>
</td>
</tr>
<tr>
<td>Photo 1:</td>
<td><input type="file" name="Photo1" tabindex="5"></td>
</tr>
<tr>
<td>Photo 2:</td>
<td><input type="file" name="Photo2" tabindex="6"></td>
</tr>
<tr>
<td height="101">Photo Description:</td>
<td><textarea name="Description" cols="50" rows="5" tabindex="7"></textarea></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" id="Submit" tabindex="8" value="Submit">
</div></td>
</tr>
</table> </form></font id=blue>
Here is an image of the form.
<img src="www.muskiescanada.ca/images/photosub.jpg" border=0>
Here is the link:
www.muskiescanada.ca/photosubmit.htm
The problem I'm having is with the photo submission (photo 1, photo 2).
You can enter your location but I am not receiveing the image in the email. Any ideas on what's wrong?
Forgot to mention, I am using Dreamweaver MX 2004 v 7.0. (html code with template)
Edited by - tacklelogic on 24 Sep 2007 02:19:44
Replies
Replied 19 Oct 2007 18:28:13
19 Oct 2007 18:28:13 Ron Reyns replied:
Well I have changed the coding a little and still can't seem to get the form to recognize the file path. It goes to the email but will not relay the file path on the email. I am still at a loss.
www.muskiescanada.ca/work%20in%20progress/photo_submission.htm
Please help!!!
www.muskiescanada.ca/work%20in%20progress/photo_submission.htm
Please help!!!