I'm trying to set up a form that will on submit, go into a SQL database.
What I'm trying to figure out is how allow a user to check a couple fields and hold the value of the field (like name and preceptor) - so when they submit the form and return to this page to enter the next patient information, that info will be populated until they uncheck the box.
(I'm envisioning something like an ecommerce option to make the shipping address the same as the billing address.)
Is it something I should be trying in javascript, or is a cookie more appropriate? Or is there a better way I'm not coming up with?
Thanks for any suggestions!
Michelle
What I'm trying to figure out is how allow a user to check a couple fields and hold the value of the field (like name and preceptor) - so when they submit the form and return to this page to enter the next patient information, that info will be populated until they uncheck the box.
(I'm envisioning something like an ecommerce option to make the shipping address the same as the billing address.)
Is it something I should be trying in javascript, or is a cookie more appropriate? Or is there a better way I'm not coming up with?
Thanks for any suggestions!
Michelle