A
Angi
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="(e-mail address removed)" 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!
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="(e-mail address removed)" 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!