Top "Forms" questions

A form is essentially a container that can be used to hold any amount of any subset of several types of data.

Regex match one of two words

I have an input that can have only 2 values apple or banana. What regular expression can I use to ensure …

regex forms validation
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
Checking if form has been submitted - PHP

What is the best way of checking whether or not a form has been submitted to determine whether I should …

php forms validation
In a Django form, how do I make a field readonly (or disabled) so that it cannot be edited?

In a Django form, how do I make a field read-only (or disabled)? When the form is being used to …

django forms field readonly
Manually Set Value for FormBuilder Control

This is driving me nuts, I'm under the gun and can't afford to spend another whole day on this. I …

forms components angular
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
jQuery: how to get which button was clicked upon form submission?

I have a .submit() event set up for form submission. I also have multiple forms on the page, but just …

jquery forms
How to open a new window on form submit

I have a submit form and want it to open a new window when users submits the form so i …

forms submit
Prevent form redirect OR refresh on submit?

I've searched through a bunch of pages, but can't find my problem, so I had to make a post. I …

javascript jquery html forms
Warn user before leaving web page with unsaved changes

I have some pages with forms in my application. How can I secure the form in such a way that …

javascript forms