Top "Form-submit" questions

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

Persist variables between page loads

I am trying to capture the submit button press of my form and if the form is submitted, the page …

javascript jquery form-submit persistent-storage
HTML5: How to make a form submit, after pressing ENTER at any of the text inputs?

The title speaks for itself... I have a couple of forms, one of them is just a single text input …

html forms web form-submit
Submit POST data from controller to another website in Rails

User submits a form with some basic data. The data is received and treated by an action in the controller …

ruby-on-rails ruby forms request form-submit
Radio Buttons with PHP Form Handling

I have a basic form that I am submitting using some basic PHP. I have the form submission working great, …

php html forms submit form-submit
MVC jQuery submit form (without page refresh) from JavaScript function

I'm pretty new to all this. I'm using ASP.NET MVC C# LINQ to SQL. I have an edit page …

jquery asp.net-mvc ajax form-submit
How to show a loading gif mean while a submit form is being executed JQuery

I'm trying to show a simple spinner gif meanwhile a submit is being executed (it takes a bit because I …

jquery loading form-submit
jQuery: submit form after a value is selected from dropdown

I have this form in my HTML: <form action="/awe/ChangeTheme/Change" method="post"> <select id="themes" …

jquery html form-submit
Unset post variables after form submission

Is there a way to do the above? Basically, I don't want the form to be submitted again if someone …

php form-submit
jQuery submit form without reloading page

I'm not very familiar with jQuery. I'm trying to make a form that is submitted in the background without reloading …

jquery ajax forms form-submit
jQuery submit form with click event with new action

I am having a form like this <form name="test" action="test/test_new" /> <input type="text" /&…

jquery forms submit form-submit