|
Seventh -> RE: form results to be emailed (10/15/2002 22:26:06)
|
Here' s the code. Click on your HTML view, delete that information and then paste this into it. In the form properties, replace my email address with the one you need it to go to and you should be all set. It worked for me twice. And make sure the email address is correct. Try your own email first if need be. If you get the error again, your server' s FP extensions may be corrupted. Have them reinstall the extensions from their side. You can point the administrator to this post if necessary. Again, I did it twice to my own email address and it worked flawlessly both times. ***NOTE: Copy this into Notepad first, and then into FP.*** quote:
<HTML> <HEAD> <META HTTP-EQUIV=" Content-Type" CONTENT=" text/html; charset=windows-1252" > <META HTTP-EQUIV=" Content-Language" CONTENT=" en-us" > <TITLE>New Page 1</TITLE> </HEAD> <BODY> <H1 align=" center" >B & B Mortgage Services</H1> <p align=" center" >114 Baswell Dr., Dallas, NC 28034 Phone: 704-922-1280 Fax: 704-922-5682</p> <HR> <P>To expedite the approval of your loan, you can begin the application process on line.</P> <FORM METHOD=" POST" action=" --WEBBOT-SELF--" onSubmit=" " > <!--webbot bot=" SaveResults" s-label-fields=" TRUE" b-reverse-chronology=" FALSE" s-email-format=" TEXT/PRE" b-email-label-fields=" TRUE" b-email-subject-from-field=" FALSE" s-email-subject=" application from web site" s-builtin-fields S-Email-Address=" seventhhill@runbox.com" U-File=" _private/form_results.csv" S-Format=" HTML/DL" startspan --><input TYPE=" hidden" NAME=" VTI-GROUP" VALUE=" 0" ><!--webbot bot=" SaveResults" endspan i-checksum=" 43374" --><P> Please provide the following contact information:</P> <BLOCKQUOTE> <TABLE> <TR> <TD ALIGN=" right" > <EM>First Name</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_FirstName" SIZE=25> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Last Name</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_LastName" SIZE=25> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Middle Initial</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_MiddleInitial" SIZE=4 MAXLENGTH=1> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Street Address</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_StreetAddress" SIZE=35> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Address (cont.)</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_Address2" SIZE=35> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>City</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_City" SIZE=35> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>State/Province</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_State" SIZE=35> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Zip/Postal Code</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_ZipCode" SIZE=12 MAXLENGTH=12> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Country</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_Country" SIZE=25> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Work Phone</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_WorkPhone" SIZE=25 MAXLENGTH=25> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>Home Phone</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_HomePhone" SIZE=25 MAXLENGTH=25> </TD> </TR> <TR> <TD ALIGN=" right" > <EM>E-mail</EM></TD> <TD> <INPUT TYPE=TEXT NAME=" Contact_Email" SIZE=25> </TD> </TR> </TABLE> </BLOCKQUOTE> <INPUT TYPE=SUBMIT VALUE=" Submit Form" > <INPUT TYPE=RESET VALUE=" Reset Form" > </FORM> <HR> <H5>B & B Mortgage<br>Copyright © 2002 [B & B Mortgage]. All rights reserved. <BR> Revised: <!--WEBBOT bot=TimeStamp S-Type=" EDITED" S-Format=" %B %d, %Y" --></H5> </BODY> </HTML>
|
|
|
|