grabbing form values withought submitting

admin

Administrator
Staff member
Hi...

here's my problem. I have a form that is prefilled with dynamic values that I pull from a DB. The user is able to make changes to this information. The user may then submit the form, OR go to another section of the site by clicking on a link. If the user decides to click on a link, I want to be able to save the form values that the user may have entered/changed. When I attempt to do through through an onClick function call, it actually saves the original prefilled information rather than whatever I have entered.

Is there a way to save the current, changed information without submitting the form? PLEASE HELP!

TIA
 
Back
Top