I think this should probably be an easy question, but I can't figure it out.

How do I redirect to another page after a form has been submitted using the
Send to email address form property?? I tried setting the second page to a
confirmation page url but that doesn't work. It submits the form on the second
page instead of displaying it. I've tried the hidden field redirect, but
that's not working either. I'm the onsubmit= but it's not saving the value
after it's published. It defaults a FP confirmation page. Can this be done??

Here's the form submit code:
<form method="POST" action="--WEBBOT-SELF--"
onsubmit="location.href='../_derived/nortbots.htm';return false;"
language="JavaScript" webbot-onSubmit="return FrontPage_Form1_Validator(this)"
name="FrontPage_Form1">
<!--webbot bot="SaveResults" s-email-format="HTML/UL"
s-email-address="orders@bragfavors.com" b-email-label-fields="TRUE"
b-email-subject-from-field="FALSE" s-email-subject="ABD001 WRAPPER ORDER"
s-date-format="%d-%b-%Y" s-time-format="%I:%M %p" s-builtin-fields="REMOTE_NAME
REMOTE_USER HTTP_USER_AGENT Date Time" s-form-fields="Name Area DateRequired
GiveOrderTo Email SelectBarSize Event DateToPrintOnWrappers
NamesToPrintOnWrappers KeepFrontTextSameAsOnSample WordingForWrapperFront
KeepBackTextSameAsOnSample WordingForWrapperBack KeepColorTheSameAsOnSample
ColorChoice AddPhotoYes AddPhotoNo HowPhotoSent Comments " startspan
--><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" endspan i-checksum="6561" --><p align="center"
style="margin-top: 0; margin-bottom: 0">

TIA!

Re: redirect after form submits results to email by Steve

Steve
Sun Nov 07 16:09:40 CST 2004

It's called a custom confirmation page and is set in Form properties. Your custom confirmation page
can be any page you want.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Angi" <cooolbudy@aol.comnospam> wrote in message
news:20041107131044.07117.00000238@mb-m10.aol.com...
> I think this should probably be an easy question, but I can't figure it out.
>
> How do I redirect to another page after a form has been submitted using the
> Send to email address form property?? I tried setting the second page to a
> confirmation page url but that doesn't work. It submits the form on the second
> page instead of displaying it. I've tried the hidden field redirect, but
> that's not working either. I'm the onsubmit= but it's not saving the value
> after it's published. It defaults a FP confirmation page. Can this be done??
>
> Here's the form submit code:
> <form method="POST" action="--WEBBOT-SELF--"
> onsubmit="location.href='../_derived/nortbots.htm';return false;"
> language="JavaScript" webbot-onSubmit="return FrontPage_Form1_Validator(this)"
> name="FrontPage_Form1">
> <!--webbot bot="SaveResults" s-email-format="HTML/UL"
> s-email-address="orders@bragfavors.com" b-email-label-fields="TRUE"
> b-email-subject-from-field="FALSE" s-email-subject="ABD001 WRAPPER ORDER"
> s-date-format="%d-%b-%Y" s-time-format="%I:%M %p" s-builtin-fields="REMOTE_NAME
> REMOTE_USER HTTP_USER_AGENT Date Time" s-form-fields="Name Area DateRequired
> GiveOrderTo Email SelectBarSize Event DateToPrintOnWrappers
> NamesToPrintOnWrappers KeepFrontTextSameAsOnSample WordingForWrapperFront
> KeepBackTextSameAsOnSample WordingForWrapperBack KeepColorTheSameAsOnSample
> ColorChoice AddPhotoYes AddPhotoNo HowPhotoSent Comments " startspan
> --><strong>[FrontPage Save Results Component]</strong><!--webbot
> bot="SaveResults" endspan i-checksum="6561" --><p align="center"
> style="margin-top: 0; margin-bottom: 0">
>
> TIA!