Jump to content

Passing form fields from one page to next


Recommended Posts

I have an form that spreads over 3 pages. I want to pass a field (the article title) from page 1 to page 2 so that the user can see on page 2 the article that they are adding to. I want this to then update the database so all the details from page 2 are added including the article number. How do I do this?

Link to comment
https://forums.phpfreaks.com/topic/2468-passing-form-fields-from-one-page-to-next/
Share on other sites

  • 1 month later...
I have an form that spreads over 3 pages. I want to pass a field (the article title) from page 1 to page 2 so that the user can see on page 2 the article that they are adding to. I want this to then update the database so all the details from page 2 are added including the article number. How do I do this?

271908[/snapback]

 

The details are passed from page 1 to anyway are they not if you have some thing like action=page2.php then they will be passed as strings ie a form field named fred becomes $fred ect so to send it on to the next page send $fred as a hiden field with the value of $fred

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.