Search code examples
phpformsretain

How to retain values of form fields after a page loads?


Is there a way to retain values of textfield/textbox when a user submits a form? i only want to retain values with errors or values I specify.

For example i am posting to 10 blogs and 1-9 gets posted succesfully so I only want to retain the value from 10 when a page load after form submission. Can I do that? how?


Solution

  • Store the values in the session. Pull them out when outputting the form.