|
ryanjantz -> RE: Form with Fields to email plus file Upload? (5/7/2008 10:38:27)
|
I am using the standard FP2003 Upload File Form, But here is the complete code... I don't know why there so many font codes in here The whole thing is the same font and i haven't touched the font, but anyway... <form method="POST" enctype="multipart/form-data" action="--WEBBOT-SELF--">
<!--webbot bot="FileUpload" u-file="../Uploads/Uploads Info.htm" s-format="HTML/BR" s-label-fields="TRUE" b-reverse-chronology="FALSE" b-email-label-fields="TRUE" b-email-subject-from-field="FALSE" s-email-subject="New File Upload" s-destination="BreakFreeMinistries.com/Uploads/" s-category s-assignedto s-reviewstatus b-process-metainfo="FALSE" s-builtin-fields s-form-fields="Name Email Church City_St Type_of_File Description Upload " u-confirmation-url="thanks.htm" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><input TYPE="hidden" NAME="_charset_" VALUE="windows-1252"><!--webbot bot="FileUpload" endspan i-checksum="58985" --><p align="left" style="line-height: 200%; margin-bottom: 0">
<font face="Arial"><b><font size="2" color="#FFFFFF">
*Name: </font><font color="#FFFFFF">
<input type="text" name="Name" size="28"></font></b></font></p>
<p align="left" style="line-height: 200%; margin-bottom: 0">
<font face="Arial"><b><font size="2" color="#FFFFFF">
*Email: </font><font color="#FFFFFF">
<input type="text" name="Email" size="28"></font></b></font></p>
<p align="left" style="line-height: 200%; margin-bottom: 0"><b>
<font face="Arial" size="2" color="#FFFFFF">
Church</font></b><font face="Arial"><b><font size="2" color="#FFFFFF">:
</font><font color="#FFFFFF"><input type="text" name="Church" size="28"></font></b></font></p>
<p align="left" style="line-height: 200%; margin-bottom: 0"><b>
<font face="Arial" size="2" color="#FFFFFF">
</font></b><font face="Arial"><b><font size="2" color="#FFFFFF"> City,
St: </font><font color="#FFFFFF">
<input type="text" name="City_St" size="28"></font></b></font></p>
<p align="left" style="line-height: 200%; margin-bottom: 0"><b>
<font face="Arial" size="2" color="#FFFFFF"> *Type of File: </font>
</b><select size="1" name="Type_of_File">
<option>Bible Study</option>
<option>Powerpoint Game</option>
<option>Video - For Illustration</option>
<option>Video - For Fun</option>
<option>Other</option>
</select></p>
<p align="left" style="line-height: 200%; margin-bottom: 0"><b>
<font face="Arial" size="2" color="#FFFFFF"> *Description: </font>
</b><font face="Arial"><b><font color="#FFFFFF">
<input type="text" name="Description" size="28"></font></b></font></p>
<p align="center"> </p>
<p align="left"><font face="Arial" color="#FFFFFF"><b>
<font size="2"> *Upload:</font>
<input type="file" name="Upload" size="20"></b></font></p>
<p align="center"> </p>
<p align="center" style="margin-bottom: -6px">
<font face="Arial" color="#FFFFFF"><b>
<input type="submit" value="Upload My File!" name="Button"></b></font></p>
<p align="center" style="margin-bottom: -6px"> </p>
<p align="center" style="margin-bottom: -6px">
<font face="Arial" color="#FFFFFF" size="2">Be patient after you click
upload, depending on your connection and the file size it may take a little
bit to upload. You will receive a confirmation message when the upload is
complete!</font></p>
<p align="center"> </p>
<p align="center">
<font face="Arial" color="#FFFFFF" style="font-size: 9pt">* = required
fields</font></p>
</form>
|
|
|
|