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.

How do I cancel form submission in submit button onclick event?

I'm working on an ASP.net web application. I have a form with a submit button. The code for the …

javascript html forms html-input
Adding asterisk to required fields in Bootstrap 3

My HTML has a class called .required that is assigned to required fields. Here is the HTML: <form action="/…

css forms twitter-bootstrap-3 form-fields
How can I listen to the form submit event in javascript?

I wanna write my own form validation javascript library and I've been looking on google how to detect if a …

javascript forms validation
Resetting a multi-stage form with jQuery

I have a form with a standard reset button coded thusly: <input type="reset" class="button standard" value="Clear" /&…

jquery reset forms
disable all form elements inside div

is there a way to disable all fields (textarea/textfield/option/input/checkbox/submit etc) in a form by telling …

jquery forms html field
Is there a W3C valid way to disable autocomplete in a HTML form?

When using the xhtml1-transitional.dtd doctype, collecting a credit card number with the following HTML <input type="text" …

html standards forms w3c
Multiple radio button groups in one form

Is it possible to have multiple radio button groups in a single form? Usually selecting one button deselects the previous, …

html forms radio-group
c# open a new form then close the current form?

For example, Assume that I'm in form 1 then I want: Open form 2( from a button in form 1) Close form 1 Focus …

c# winforms forms
Form inside a form, is that alright?

Whether we can have a form inside another form?. Is there any problem with that.

html forms
Serializing and submitting a form with jQuery and PHP

I'm trying to send a form's data using jQuery. However, data does not reach the server. Can you please tell …

php jquery forms serialization form-submit