retain form values

Out of context: Reply #6

  • Started
  • Last post
  • 7 Responses
  • root_lock0

    if your talking on a development stand point and you dont want to reput data after errors are thrown use firefox, it will retain the previous data, also get the web developer toolbar which has a populate form fields, which fills the form fields with the name of the text box, field etc.

    if your talking on the client level after validation and you want to retain data, submit the form to the same page the form is in .. with logic like.

    if form.submit ="submit" then

    then set form fields to variables, and echo the variables to the textbox.

View thread