Form redirect after validation

Status
Not open for further replies.

ziycon

New Member
I have a form submitting and if it fails validation it stays on the same page with and error message, if it succeeds I need to forward on the data to another URL, can anyone suggest a way to to do this?

I have the form up and working and validating fine, I just can pass the values onto another URL when all validation has succeeded??
 

mneylon

Administrator
Staff member
What's it posting to?
What's it written in?
 

php.allstar

New Member
session is your friend here if you want to hide the data or just use a header redirect if you dont need to hide the data...build a get url with parameters and values...
 
Status
Not open for further replies.
Top