Top "Form-submit" questions

The submit event is sent to an element when the user is attempting to submit a form.

javascript Submit multiple forms with one button

In my html I have multiple forms (text inputs, radio buttons, check boxes and select) and one button. I would …

javascript jquery forms submit form-submit
Submit Jade form

What is the error with the following Jade form template? I can't get it to submit values. div form(action=…

node.js pug form-submit
What's wrong with using $_REQUEST[]?

I've seen a number of posts on here saying not to use the $_REQUEST variable. I usually don't, but sometimes …

php methods form-submit
How do I create multiple submit buttons for the same form in Rails?

I need to have multiple submit buttons. I have a form which creates an instance of Contact_Call. One button …

ruby-on-rails ruby form-submit
Serializing an array in jQuery

How to prepare an array of element for $.ajax submit? Here images return ["val1","val2"], but after I use $.param(…

jquery form-submit form-serialize
Pass an entire model on form submission

I understand that I can use @Html.HiddenFor(m => m.parameter) and when the form is submitted, that parameter …

asp.net-mvc model form-submit html.hiddenfor
submit a form via Ajax using prototype and update a result div

I'm wondering how can I submit a form via Ajax (using prototype framework) and display the server response in a "…

javascript ajax prototypejs form-submit
jQuery serializeArray doesn't include the submit button that was clicked

I have a form that has two buttons. One for saving a record and the other for cancelling the save …

jquery serialization w3c form-submit
jquery: how to remove blank fields from a form before submitting?

I have a page with a set of forms on it, used for API testing. For reasons not worth explicating, …

jquery form-submit
Simple PHP submit form not working

Just making a simple submit form and can't seem to get it working. It won't even report errors which is …

php forms submit form-submit contact-form