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.

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
Set the value of an input field

How would you set the default value of a form <input> text field in JavaScript?

javascript html forms input html-input
Get checkbox value in jQuery

How can I get a checkbox's value in jQuery?

jquery html forms checkbox
Send POST data using XMLHttpRequest

I'd like to send some data using an XMLHttpRequest in JavaScript. Say I have the following form in HTML: <…

javascript ajax forms post xmlhttprequest
How do you disable browser Autocomplete on web form field / input tag?

How do you disable autocomplete in the major browsers for a specific input (or form field)?

html forms browser autocomplete
Prevent form submission on Enter key press

I have a form with two text boxes, one select drop down and one radio button. When the enter key …

javascript forms keypress dom-events enter
How to align checkboxes and their labels consistently cross-browsers

This is one of the minor CSS problems that plagues me constantly. How do folks around Stack Overflow vertically align …

html css cross-browser alignment forms
Clear form fields with jQuery

I want to clear all input and textarea fields in a form. It works like the following when using an …

jquery html forms
What characters are allowed in an email address?

I'm not asking about full email validation. I just want to know what are allowed characters in user-name and server …

forms email email-validation email-address