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.

Get $_POST from multiple checkboxes

I have 1 form in with multiple checkboxes in it (each with the code): <input type="checkbox" name="check_list" …

php html forms checkbox
Stop form refreshing page on submit

How would I go about preventing the page from refreshing when pressing the send button without any data in the …

javascript jquery html forms
jQuery: checking if the value of a field is null (empty)

Is this a good way to check if the value of a field is null? if($('#person_data[document_…

javascript jquery forms
How to align input forms in HTML

I'm new to HTML and I'm trying to learn how to use forms. The biggest issue I am having so …

html forms alignment
using href links inside <option> tag

I have the following HTML code: <select name="forma"> <option value="Home">Home</option> &…

html forms tags anchor option
Clearing <input type='file' /> using jQuery

Is it possible to clear an <input type='file' /> control value with jQuery? I've tried the following: $('#…

javascript jquery html file-io forms
Form inline inside a form horizontal in twitter bootstrap?

What's the best way to design a form that looks like this (please see link below) in twitter bootstrap without …

html forms twitter-bootstrap
How to send a JSON object using html form data

So I've got this HTML form: <html> <head><title>test</title></…

javascript jquery html json forms
How to prevent form from being submitted?

I have a form that has a submit button in it somewhere. However, I would like to somehow 'catch' the …

javascript html forms
CSS selector for text input fields?

How can I target input fields of type 'text' using CSS selectors?

html css forms css-selectors html-input