bernie.nmsu Posted August 20, 2004 Share Posted August 20, 2004 I have a page where a user enters information. I then want to be able to display that information to a confirmation page without updating the DB. After displaying the contents on the confirmation page the user can then submit the information. Is there an easy way to do this without creating multiple tables? Quote Link to comment Share on other sites More sharing options...
bernie.nmsu Posted August 20, 2004 Author Share Posted August 20, 2004 I was able to pass the data to the next page using URL variables for each field, except the values getting stored in the DB are being stored as the title of the URL variable instead of the value. How would I make it pass the value through instead of the title of the URL variables Quote Link to comment Share on other sites More sharing options...
bernie.nmsu Posted August 20, 2004 Author Share Posted August 20, 2004 figured out that I wasn't passing the correct value into my hidden field. this can be closed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.