Confirmation Page problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a form with a submit button on
http://www.appleuniversity.net/order_form.htm

Using FP2003 and it's published via HTTP to a server running IIS and
configured with FP Extensions.

When you click on submit, a new window with an OK button opens.

I can't figure out where this page is or how to edit it.

Help?

Thanks
 
Remove that JavaScript alert from the submit button in the form in code/html view
delete the entire onclick="FP_popUpMsg('Please read...those fees.\r\n\r\n\r\n')">" part in
<input type="submit" value="Submit" name="order_submit" onclick="FP_popUpMsg('Please read...

PS
That text is so long you can even see the OK button to click
Make the terms text a separate page w/ a form to agree to

--

_____________________________________________
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've created a form with a submit button on
| http://www.appleuniversity.net/order_form.htm
|
| Using FP2003 and it's published via HTTP to a server running IIS and
| configured with FP Extensions.
|
| When you click on submit, a new window with an OK button opens.
|
| I can't figure out where this page is or how to edit it.
|
| Help?
|
| Thanks
 
ok, I removed all of that and created a new submit button. Now, upon pressing
the new submit button, I get a "Page cannot be displayed" error. I would like
the user to press the submit button and then be taken to a terms and
conditions page, which they must acknowledge before being taken to a
confirmation page.
 
Form works fine for me
- recommend you add some validatation for required filed or you will get blots of empty email

PS
uncheck the Subject Form field box of you are entering your own subject

--




| ok, I removed all of that and created a new submit button. Now, upon pressing
| the new submit button, I get a "Page cannot be displayed" error. I would like
| the user to press the submit button and then be taken to a terms and
| conditions page, which they must acknowledge before being taken to a
| confirmation page.
|
| "Stefan B Rusynko" wrote:
|
| > Remove that JavaScript alert from the submit button in the form in code/html view
| > delete the entire onclick="FP_popUpMsg('Please read...those fees.\r\n\r\n\r\n')">" part in
| > <input type="submit" value="Submit" name="order_submit" onclick="FP_popUpMsg('Please read...
| >
| > PS
| > That text is so long you can even see the OK button to click
| > Make the terms text a separate page w/ a form to agree to
| >
| > --
| >
| > _____________________________________________
| > 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've created a form with a submit button on
| > | http://www.appleuniversity.net/order_form.htm
| > |
| > | Using FP2003 and it's published via HTTP to a server running IIS and
| > | configured with FP Extensions.
| > |
| > | When you click on submit, a new window with an OK button opens.
| > |
| > | I can't figure out where this page is or how to edit it.
| > |
| > | Help?
| > |
| > | Thanks
| >
| >
| >
 
Back
Top