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.

Adding input elements dynamically to form

I've read many blogs and posts on dynamically adding fieldsets, but they all give a very complicated answer. What I …

javascript html forms
Chrome ignores autocomplete="off"

I've created a web application which uses a tagbox drop down. This works great in all browsers except Chrome browser (…

html google-chrome autocomplete forms
How to Call a JS function using OnClick event

I am trying to call my JS function that I added in the header. Please find below code that shows …

javascript html forms validation html-validation
Use Fieldset Legend with bootstrap

I'm using Bootstrap for my JSP page. I want to use <fieldset> and <legend> for my …

html css forms twitter-bootstrap
JavaScript Form Submit - Confirm or Cancel Submission Dialog Box

For a simple form with an alert that asks if fields were filled out correctly, I need a function that …

javascript html forms submit confirm
How to align texts inside of an input?

For all default inputs, the text you fill starts on the left. How do you make it start on the …

html css forms html-input
POST unchecked HTML checkboxes

I've got a load of checkboxes that are checked by default. My users will probably uncheck a few (if any) …

html forms post checkbox
How to change an element's title attribute using jQuery

I have an form input element and want to change its title attribute. This has to be easy as pie, …

jquery forms attributes
Form inside a table

I'm including some forms inside a HTML table to add new rows and update current rows. The problem that I'm …

html firebug html-table forms
How to write "Html.BeginForm" in Razor

If I write like this: form action="Images" method="post" enctype="multipart/form-data" it works. But in Razor with '@…

forms asp.net-mvc-3 razor