Submit - Redirect

  • Thread starter Thread starter Steve Easton
  • Start date Start date
S

Steve Easton

Have you tried directing to a confirmation page
using form properties.
It can be any page you specify.

hth


--
95isalive
This site is best viewed..................
...............................with a computer

On the submit button I want to redirect to my own
Thankyou.htm page. Have tried a number of things but
nothing works. Used this code from a previous program but
it just adds it as though it were data being read in.

<input type="hidden" name="redirect"
value="http://www.churchofsaintmary.org/thankyou.htm">
 
On the submit button I want to redirect to my own
Thankyou.htm page. Have tried a number of things but
nothing works. Used this code from a previous program but
it just adds it as though it were data being read in.

<input type="hidden" name="redirect"
value="http://www.churchofsaintmary.org/thankyou.htm">
 
Back
Top