Top "Submit" questions

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

React - clearing an input value after form submit

I'm presented with a rather silly problem. I am in the process of creating my first React application and I …

javascript forms reactjs input submit
AngularJS: disabling all form controls between submit and server response

I have a dilemma about what is the best (and correct) approach if I want to disable form controls (or …

javascript forms angularjs submit
Want HTML form submit to do nothing

I want an HTML form to do nothing after it has been submitted. action="" is no good because it causes …

javascript html ajax forms submit
Multiple submit buttons php different actions

I have a website started where I want to have 2 separate submit buttons, one of which will take data entered …

php submit action
How can I refresh a form page after the form submits to _blank?

I have an HTML form which targets _blank. I would like the page that form is on to reload after …

javascript html forms submit onsubmit
How to use jQuery to onsubmit and check if the value is 2 - 5 characters?

Let's say I have a text field: Username: <input type="text" id="username" class="required" /> <input type="…

jquery forms submit character
jQuery detect click on disabled submit button

Fiddle: http://jsfiddle.net/ugzux/ As you can see, I have a form with a disabled (via javascript) submit button. …

jquery forms submit
Submit form on Enter key with javascript

I'm not sure what I am doing wrong here. I want the enter key to work as well as clicking …

javascript forms key submit enter
Open Fancybox (or equiv) from Form input type="submit"

is there a way to get a fancybox (http://fancy.klade.lv/) or any other lightbox from submitting a FORM (…

jquery forms submit fancybox
How can I make my <input type="submit" /> an image?

I have a beautiful little CSS image that needs to be a button. I've tried about 20 different methods, none of …

css types input submit