Top "Form-submit" questions

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

Pure Java/JSF implementation for double submit prevention

We're using JSF 2.0 on WebSphere v8.5 with several component libraries PrimeFaces 4.0, Tomahawk 2.0, RichFaces, etc. I am looking for generic mechanism …

jsf form-submit double-submit-prevention
jQuery modal dialog box isn't submitting my form

I am using a jQuery Modal Dialog box to ask the user if they wish to submit the form or …

jquery modal-dialog form-submit
Do you always REDIRECT after POST? If yes, How do you manage it?

Say, you are submitting a form, which affects your database (adding records/ deleting them/ updating them) and this is how …

java jakarta-ee form-submit
AngularJS: Submit form the normal way

I am implementing AngularJS on an existing web application that requires a common HTTP POST like you would do without …

angularjs post form-submit ng-submit
Will a disabled text field submit when a form is POSTed?

If I submit a disabled text field via POST, what will the resulting value be on the action page? For …

javascript html forms form-submit
angular 2 on from submit error self.context.onSubmit is not a function

I am using 2.0.0-rc.6 in my angular 2 application. on form submit I am getting this error - self.context.onSubmit …

forms angular form-submit onsubmit
How to detect that a user has unchecked a checkbox?

The following form: <form action="x.php" method="get" id="myForm">Subscribe: <div id="radioButtonsWithAdds"> <…

jquery checkbox form-submit detect unchecked
Disable HTML button after clicking to prevent double-click

I want to prevent double-clicks, so setting the disabled attribute on the input element upon a click event seems like …

jquery html form-submit double-submit-prevention
How make the form password data hidden in Chrome developer tools network pannel when login.do submit?

When the normal log-in in simple html form submitting, Chrome Developer Tools "Network" panel showing form data like this But …

java html forms submit form-submit
How to HTTP POST from a link without JS

Any methods to submit a POST request from a link if JS is disabled? Ideeas so far (none of them …

html forms form-submit