Form
I have a form that when processed goes to "an are you sure page". This is all done in php. I would like a button to go "back" to the form if someone needs to make changes.
How can I do this?
Thank You!
I have a form that when processed goes to "an are you sure page". This is all done in php. I would like a button to go "back" to the form if someone needs to make changes.
How can I do this?
Thank You!
Renegade posted this at 03:12 — 23rd August 2003.
He has: 3,022 posts
Joined: Oct 2002
Or if you want it as a link
Back
Suzanne posted this at 03:16 — 23rd August 2003.
She has: 5,507 posts
Joined: Feb 2000
If it's done in PHP, you can re-populate the form for the user. Make it a form button, where the action is the previous page, but keep the values of the form.
m3rajk posted this at 18:46 — 23rd August 2003.
They have: 461 posts
Joined: Jul 2003
if you're gonna go with suzanne and you want, i have a function for select boxes i'll post, and i'm working on one for check boxes
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.