Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Need help getting my form to redirect
Old 12-11-2005, 10:05 PM Need help getting my form to redirect
Revabad's Avatar
Junior Talker

Posts: 3
Name: Rev. Abad
Location: Florida
Trades: 0
I placed a submission form in my website that is supposed to send me the information submitted and then redirect to a Thank you page after it is submitted. Here is the link to the page and the html code:
http://www.lookstare.com/Submit.html

<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta HTTP-EQUIV="Content-Language" CONTENT="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Search Engine Submission</title>
</head>

<body>

<h1>SEARCH ENGINE SUBMISSION</h1>
<hr>

<form METHOD="POST" ACTION="mailto:sales@lookstare.com">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="sales@lookstare.com" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="http://www.lookstare.com/Thankyou.htm"
-->
<ol>
<li>
<p>Please provide the following contact information:</p>
<table>
<tr>
<td ALIGN="right"><em>Name</em></td>
<td><input TYPE="TEXT" NAME="Contact_FullName" SIZE="35"></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>
<hr>
<h5>LookStare.com<br>
Copyright © 2005 [Abad Perez. All rights reserved.<br>
Revised: <!--webbot bot="TimeStamp" S-Type="EDITED" S-Format="%B %d, %Y" -->
</h5>
Revabad is offline
Reply With Quote
View Public Profile Visit Revabad's homepage!
 
 
Register now for full access!
Old 12-11-2005, 11:12 PM
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
Your form is just going to open the user's mail client and create a new email for them to send, so in order to redirect you need to put a Javascript redirect or something in there, as there is no real script handling the data. Are you using a script to handle the form data.

Last edited by funkdaddu; 12-11-2005 at 11:16 PM..
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Old 12-11-2005, 11:26 PM
JamesC's Avatar
Novice Talker

Posts: 11
Location: Nashville TN
Trades: 0
Well the problem is you are using a Front Page web form but trying to use the mailto: tag this just aint gunna work.

this is how the form should start out.

<FORM METHOD="POST" ACTION="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="sales@lookstare.com" B-Email-Label-Fields="TRUE"
S-Builtin-Fields U-Confirmation-Url="http://www.lookstare.com/Thankyou.htm"
-->

then the rest of your form but of course this will only work if you are using Front Page extensions installed on your web site.
__________________
When they say it can't be done.
Thats when they call us.

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
JamesC is offline
Reply With Quote
View Public Profile Visit JamesC's homepage!
 
Old 12-11-2005, 11:28 PM
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
I was wondering what that stuff was...
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Reply     « Reply to Need help getting my form to redirect
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28982 seconds with 12 queries