R
Randy
hi folks,
I've got a guestbook form, one of the fields is a radio button choice
allowing them to subscribe to a newsletter. If this choice is toggled
"yes", I would like the re-direct to go to our newsletter signup page.
Currently I used a linked javascript file for form-checking, which is
triggered by OnSubmit in the <form> tag; and the re-direct is handled by a
hidden input field:
<input type=hidden name="redirect" value="/thankyou.htm">
Is there any way that I could re-direct visitors to a diffeent page if they
clicked "yes" to newsletter subscription?
thanks for any help ....
Randy
I've got a guestbook form, one of the fields is a radio button choice
allowing them to subscribe to a newsletter. If this choice is toggled
"yes", I would like the re-direct to go to our newsletter signup page.
Currently I used a linked javascript file for form-checking, which is
triggered by OnSubmit in the <form> tag; and the re-direct is handled by a
hidden input field:
<input type=hidden name="redirect" value="/thankyou.htm">
Is there any way that I could re-direct visitors to a diffeent page if they
clicked "yes" to newsletter subscription?
thanks for any help ....
Randy