I've looked through the posts here and other sites, as well as my Dummie's Guide level books, and I can't get a clear answer on how to have a preview page on my php form. So maybe it's not so simple?
I started out with Php Form Generator and have customized it from there. I can get it to return a thank you page, email the sumitted results, and post it to mysql. But I can't figure out how to do an intermediate step of allowing users to preview their submission before actually submitting it? I figured to just let them hit "back" to edit for simplicity, at least for now.
Just shoving a preview button into the html form does take me to a preview page generated by the process.php, and I did put a submit button there. But I can't make it actually submit from there. I've also rearranged the script so the processes I want done afterwards are listed after, but that doesn't seem to do it. And it shows all that "after" coding too.
I've found different references to "registering variables", "session variables", multiple processing files, none of which were written as complete answers to how to make a basic preview page. I'm getting horribly confused what I need to research at this point.
Many of my users don't have javascript turned on, so hopefully a fully php solution is out there. Can anyone please point me in the right direction?
May you all have a very merry xmas (or holiday of your choice), eat too much, party too hardy, and have a great 2006! (I'll be playing with php, thank you, hehehe).