Jun 21st, 2011, 5:47 AM
Hello. I have FormTool 2.0.6 installed. I have a simple testimonial form where I want the option of uploading a photo file. I did check that there would be an upload field.
Here is a link to a snapshot of my Formtools "files" window.
FormTools"fileshttp://screencast.com/t/xuE2gM7hs
Here is my code. Do I need to add any more code to the html form?
<form action="http://www.premiumprotectivecoatings.com/form_tools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_form_id" value="9" />
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="text">First Name
<label></label>
: </td>
<td class="text"><input name="FirstName" type="text" id="FirstName" value="" size="25"></td>
</tr>
<tr>
<td class="text">Town
<label></label>
: </td>
<td class="text"><input name="Town" type="text" id="Town" value="" size="25"></td>
</tr>
<tr>
<td class="text">
<label for="testimonial">Enter your<br>
testimonial here.</label></td>
<td class="text"><textarea name="testimonial" id="testimonial" cols="45" rows="7"></textarea></td>
</tr>
<tr>
<td class="text">
<label for="upload">Upload a photo</label>
</td>
<td class="text"><input type="file" name="upload" id="upload"></td>
</tr>
<tr>
<td class="text">
</td>
<td class="text">
<input type="submit" name="submit" id="submit" value="Submit">
</td>
</tr>
</table>
</form>
Thank you forum members for any help.
Here is a link to a snapshot of my Formtools "files" window.
FormTools"fileshttp://screencast.com/t/xuE2gM7hs
Here is my code. Do I need to add any more code to the html form?
<form action="http://www.premiumprotectivecoatings.com/form_tools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_form_id" value="9" />
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="text">First Name
<label></label>
: </td>
<td class="text"><input name="FirstName" type="text" id="FirstName" value="" size="25"></td>
</tr>
<tr>
<td class="text">Town
<label></label>
: </td>
<td class="text"><input name="Town" type="text" id="Town" value="" size="25"></td>
</tr>
<tr>
<td class="text">
<label for="testimonial">Enter your<br>
testimonial here.</label></td>
<td class="text"><textarea name="testimonial" id="testimonial" cols="45" rows="7"></textarea></td>
</tr>
<tr>
<td class="text">
<label for="upload">Upload a photo</label>
</td>
<td class="text"><input type="file" name="upload" id="upload"></td>
</tr>
<tr>
<td class="text">
</td>
<td class="text">
<input type="submit" name="submit" id="submit" value="Submit">
</td>
</tr>
</table>
</form>
Thank you forum members for any help.