Form Page

G

Guest

I have created a form page and I am having difficulty with the confirmation
page and email results. I have the form properties set to send results to an
email address and I have the confirmation page that I want selected. When
the form is submitted it only returns to a blank form page and the results
are not reaching the desired email address. What else can I try to fix this
problem?
 
T

Thomas A. Rowe

Where are you testing this form, if on the live/remote server, does the server have the FP
extensions installed, and was the created or published to the server via FP http mode?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
G

Guest

I tested the form on the live server and I get nothing, I'm sure all
extentions are installed because the same site has another form that is
working fine.
 
T

Thomas A. Rowe

Ok, then you need to compare the two forms in Code View to see what is different between them.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
G

Guest

You have no opening <form> tag on that page.

Jlee said:
I tested the form on the live server and I get nothing, I'm sure all
extentions are installed because the same site has another form that is
working fine.
 
T

Thomas A. Rowe

Create the form directly on the live/remote server and remove the base href tag in HTML / Code View
from the page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

Get rid of the script in the head section
<script language="javascript" type="text/javascript"><!--
function redirect(linkform) {
window.setTimeout("location.href='thank_you_catalog.html'",1000)
}
// --></script>

And the onsubmit="return redirect(this)" in the form tag
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I tested the form on the live server and I get nothing, I'm sure all
| extentions are installed because the same site has another form that is
| working fine.
|
| "Thomas A. Rowe" wrote:
|
| > Where are you testing this form, if on the live/remote server, does the server have the FP
| > extensions installed, and was the created or published to the server via FP http mode?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > >I have created a form page and I am having difficulty with the confirmation
| > > page and email results. I have the form properties set to send results to an
| > > email address and I have the confirmation page that I want selected. When
| > > the form is submitted it only returns to a blank form page and the results
| > > are not reaching the desired email address. What else can I try to fix this
| > > problem?
| >
| >
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top