Forum Moderators: open
Basically, determine when you want this update to occur. Then use AJAX to send data to your server to be saved. When it returns, your callback method could then perform the form submit.
if you need help with AJAX, you might consider using a framework that simplifies it. I like the Yahoo UI Library [developer.yahoo.com]'s Connection Manager. Well documented and easy to use.
But I'm totally new to AJAX and JavaScript.
My problem is:
I want to store each form field data entered by customer into database automatically.
For example: when customer enter the firstname, the firstname must automatically store into database.
Like that the entire form data entered by customer must store into database before submitting the form.
I need some sample code for this in JavaScript.
help me please?
thanks in advance,
bonagiri.