When I disable a field I can not edit it and can not use $_GET with PHP. Is there an option that that will prevent field content editing and will allow me to use $_GET after submitting.
I wrote the alternative.... For each form field, you put an onBlur event that reloads the value from a hidden field.
Another option is to put the relevant data into a hidden field and simply display the data again. Like this:
Name: John Smith <input type=hidden name="fullName" value="John Smith">
Then you just pull the data you want from the hidden field. Get the Best Answers! faq333-2924
"A witty saying proves nothing." - Voltaire
mikewolf@tst-us.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.