Basically I'm making a small form that is then passed to a server-side script for storage in a database. So, similar to an HTML form, it makes sense for the user to click a 'submit' button only once and post all the text entry box data at once, versus one at a time.
↧