I have a form with lots of questions and a submit button. The answers are captured in text fields.
When <submit> is clicked, I want JavaScript to determine which fields have changed and submit only those.
Is that possible?
When <submit> is clicked, I want JavaScript to determine which fields have changed and submit only those.
Is that possible?
Comment