link to form redirect to confirmation page

G

Guest

I have five database connections and corresponding forms. I am in the process
of setting up custom confirmation pages, for after the visitor submits the
completed form. In fact I have finished all five confirmation pages and
published. All five forms work great, databases are updated, and the
confirmation page comes up on completion of all five. However,once the
confirmation page is reached for the first time, two of the data entry forms
have the peculiar habit of automatically redirecting to the confirmation
automatically, by passing the data entyry forms all together. I have tried
kicking the offending files off the destination server and republishing, but
the problem comes back like a nagging cough.

Differences in publishing: I began making the confirmation pages with these
two offending db connections and their corresponding forms. I couldn't get
the original custom confirmation pages to look or act like I wanted them to,
so I threw out what I had and began again. The three database connections and
corresponding forms that work fine were never assigned those two original
confirmation pages. They never went through that stage, so my problem
probably has to do with that change.
As I said the two offending database connections and corresponding forms,
will work once, with the new custom confirmation page, after republishing,
but once that confirmation page is acheived, the data entry form begins
automatically redirecting straight to the confirmation form. Anybody got any
ideas how to fix this aggrivation?

admitone
 
S

Stefan B Rusynko

Check your code source (ASP)
- the redirect can only happen if you coded it to do it
(like if a certain condition then do something)

--

_____________________________________________
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 have five database connections and corresponding forms. I am in the process
| of setting up custom confirmation pages, for after the visitor submits the
| completed form. In fact I have finished all five confirmation pages and
| published. All five forms work great, databases are updated, and the
| confirmation page comes up on completion of all five. However,once the
| confirmation page is reached for the first time, two of the data entry forms
| have the peculiar habit of automatically redirecting to the confirmation
| automatically, by passing the data entyry forms all together. I have tried
| kicking the offending files off the destination server and republishing, but
| the problem comes back like a nagging cough.
|
| Differences in publishing: I began making the confirmation pages with these
| two offending db connections and their corresponding forms. I couldn't get
| the original custom confirmation pages to look or act like I wanted them to,
| so I threw out what I had and began again. The three database connections and
| corresponding forms that work fine were never assigned those two original
| confirmation pages. They never went through that stage, so my problem
| probably has to do with that change.
| As I said the two offending database connections and corresponding forms,
| will work once, with the new custom confirmation page, after republishing,
| but once that confirmation page is acheived, the data entry form begins
| automatically redirecting straight to the confirmation form. Anybody got any
| ideas how to fix this aggrivation?
|
| admitone
 

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

Similar Threads


Top