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.

Disabled form inputs do not appear in the request

I have some disabled inputs in a form and I want to send them to a server, but Chrome excludes …

html forms http browser
TypeScript-'s Angular Framework Error - "There is no directive with exportAs set to ngForm"

I keep getting this error while using TypeScript's Angular2-forms framework: There is no directive with "exportAs" set to "ngForm" …

angular typescript forms angular2-forms
HTML form action and onsubmit issues

I want to run JavaScript user validation on some textbox entries. The problem I'm having is that my form has …

javascript html forms action onsubmit
How to create a HTML Cancel button that redirects to a URL

I am playing with the Buttons in the w3schools Tryit editor, and I am trying to figure out how …

javascript html forms htmlbutton
HTML form with multiple "actions"

I'm setting up a form wherein I need two "actions" (two buttons): 1 - "Submit this form for approval" 2 - "Save …

html forms submit
How to get form values in Symfony2 controller

I am using a login form on Symfony2 with the following controller code public function loginAction(Request $request) { $user = new …

forms symfony
How to add additional fields to form before submit?

Is there a way to use javascript and JQuery to add some additional fields to be sent from a HTTP …

jquery html forms post field
Prevent double submission of forms in jQuery

I have a form that takes a little while for the server to process. I need to ensure that the …

javascript jquery double-submit-prevention forms http-post
Values of disabled inputs will not be submitted

This is what I found by Firebug in Firefox. Is it the same in other browsers? If so, what's the …

form-submit disabled-input forms http-post
Radio Buttons "Checked" Attribute Not Working

The radio button does not show up as checked by default. I started off without a default choice doing some …

html forms radio-button