Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-12-2005, 05:11 PM   PM User | #1
Revabad
New to the CF scene

 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Revabad is an unknown quantity at this point
Form won't bring up Thank you page

I placed a form in my site that is supposed to email me the results of the form. I does not work what did I do wrong? Here is the code:
<form METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="HTML/BR"
S-Email-Address="sales@lookstare.com" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="http://www.lookstare.com/Thanyou.htm" -->
<ol>
<li>
<p>Please provide the following contact information:</p>
<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>Title</em></td>
<td><input TYPE="TEXT" NAME="Contact_Title" SIZE="35"></td>
</tr>
<tr>
<td ALIGN="right"><em>Organization</em></td>
<td><input TYPE="TEXT" NAME="Contact_Organization" SIZE="35"></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>FAX</em></td>
<td><input TYPE="TEXT" NAME="Contact_FAX" 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>
<tr>
<td ALIGN="right"><em>URL</em></td>
<td><input TYPE="TEXT" NAME="Contact_URL" SIZE="25" MAXLENGTH="25"></td>
</tr>
</table>
</ol>
<input TYPE="SUBMIT" VALUE="Submit Form"> <input TYPE="RESET" VALUE="Reset Form">
</form>
Revabad is offline   Reply With Quote
Old 12-12-2005, 05:24 PM   PM User | #2
mark87
Senior Coder

 
Join Date: Dec 2004
Location: Essex, UK
Posts: 2,636
Thanks: 0
Thanked 0 Times in 0 Posts
mark87 is on a distinguished road
Quote:
<!--webbot bot="SaveResults" S-Email-Format="HTML/BR"
S-Email-Address="sales@lookstare.com" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="http://www.lookstare.com/Thanyou.htm" -->
Should that be in comments ?

Are you aware you named the page Thanyou.htm not Thankyou.htm ?
__________________
markaylward.co.uk
mark87 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:05 AM.


Advertisement
Log in to turn off these ads.