Jump to content

Ajax Post Method


ranacseruet

Recommended Posts

Nope. AJAX is a whole other thing.But you can automate things. Your form element has an elements collection (like an array) that contains a reference to each form element inside it. You can loop through it to get all the values. (Be sure to test if they actually have values, and to see if checkable items are checked.)Since you're using form tags, I assume you have a submit handler of some sort? That's where you'd put the thing I just described.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...