Top "Submit" questions

Refers to the action of sending data to a specific destination.

jQuery AJAX submit form

I have a form with name orderproductForm and an undefined number of inputs. I want to do some kind of …

javascript jquery ajax submit forms
JavaScript post request like a form submit

I'm trying to direct a browser to a different page. If I wanted a GET request, I might say document.…

javascript forms post submit
Two submit buttons in one form

I have two submit buttons in a form. How do I determine which one was hit serverside?

html forms submit
add onclick function to a submit button

I'm just learning javascript and php. I created a contact form and I'd like the submit button to accomplish two …

onclick submit
Submitting a form by pressing enter without a submit button

Well I am trying to submit a form by pressing enter but not displaying a submit button. I don't want …

html forms submit
JavaScript Form Submit - Confirm or Cancel Submission Dialog Box

For a simple form with an alert that asks if fields were filled out correctly, I need a function that …

javascript html forms submit confirm
submitting a GET form with query string params and hidden params disappear

Consider this form: <form action="http://www.blabla.com?a=1&b=2" method="GET"> <input type="hidden" …

html forms submit
PHP form - on submit stay on same page

I have a PHP form that is located on file contact.html. The form is processed from file processForm.php. …

php html forms submit
Jquery .on() submit event

I've got a problem with .on(). I have multiple form-elements (forms with class="remember"), also I add another one form.…

jquery ajax forms submit
Use a normal link to submit a form

I want to submit a form. But I am not going the basic way of using a input button with …

html css forms hyperlink submit