Articles tagged: Forms
Found 42 documents
- Learn/HTML/Forms_and_buttons Forms and buttons are a very important part of the Web — these allow your site visitors to input ...
- Learn/HTML/Forms_and_buttons/Basics In this article we'll take you through the basics of HTML forms, including their purpose, basic ...
- Learn/Server-side/Django/authentication_and_sessions Excellent work — you've now created a website that library members can login into and view their ...
- Learn/Server-side/Django/Forms Creating and handling forms can be a complicated process! Django makes it much easier by ...
- Mozilla/Add-ons/Code_snippets/Forms Here are some form related code snippets.
- Property_compatibility_table_for_form_widgets The following compatibility tables try to summarize the state of CSS support for HTML forms. Due ...
- Web/Accessibility/ARIA/forms/alerts You have a form — a contact form, for example — that you want to put some accessible error ...
- Web/Accessibility/ARIA/forms/Basic_form_hints When implementing forms using traditional HTML form-related elements, it is important to provide ...
- Web/API/FormData/Using_FormData_Objects The FormData object lets you compile a set of key/value pairs to send using XMLHttpRequest. It ...
- Web/API/HTMLFormElement/action The HTMLFormElement.action property represents the action of the form element.
- Web/API/HTMLLabelElement/control The read-only HTMLLabelElement.control property returns a reference to the control (in the form ...
- Web/API/HTMLLabelElement/form The read-only HTMLLabelElement.form property returns an HTMLFormElement object which represents ...
- Web/API/HTMLLabelElement/htmlFor The HTMLLabelElement.htmlFor property reflects the value of the for content property. That means ...
- Web/API/HTMLOptGroupElement The HTMLOptGroupElement interface provides special properties and methods (beyond the regular ...
- Web/API/ValidityState The ValidityState interface represents the validity states that an element can be in, with ...
- Web/Guide/HTML/Forms This guide is a series of articles that will help you master HTML forms.
- Web/Guide/HTML/Forms/Advanced_styling_for_HTML_forms In this article, we will see how to use CSS with HTML forms to style some form widgets that are ...
- Web/Guide/HTML/Forms/Data_form_validation While you should always validate data on your servers, additional validation of data on the Web ...
- Web/Guide/HTML/Forms/How_to_build_custom_form_widgets There are many cases where available HTML form widgets are just not enough. If you want to ...
- Web/Guide/HTML/Forms/How_to_build_custom_form_widgets/Example_1 This is the first example of code that explains how to build a custom form widget.
- Web/Guide/HTML/Forms/How_to_build_custom_form_widgets/Example_2 This is the second example that explain how to build custom form widgets.
- Web/Guide/HTML/Forms/How_to_build_custom_form_widgets/Example_3 This is the third example that explain how to build custom form widgets.
- Web/Guide/HTML/Forms/How_to_build_custom_form_widgets/Example_5 This is the last example that explain how to build custom form widgets.
- Web/Guide/HTML/Forms/How_to_structure_an_HTML_form The flexibility of HTML forms makes them one of the most complex structures in HTML ; you can ...
- Web/Guide/HTML/Forms/HTML_forms_in_legacy_browsers All web developers learn very quickly (and sometimes painfully) that the Web is a very rough ...
- Web/Guide/HTML/Forms/My_first_HTML_form This is an introductory article to HTML Forms. Through a simple contact form, we'll see all the ...
- Web/Guide/HTML/Forms/Sending_and_retrieving_form_data In many cases, the purpose of an HTML Form is to send data to a server. The server processes the ...
- Web/Guide/HTML/Forms/Sending_forms_through_JavaScript As shown in a previous article, an HTML form is a convenient way to set up an HTTP request in a ...
- Web/Guide/HTML/Forms/Styling_HTML_forms In this article, we will learn how to use CSS with HTML forms to make them (hopefully) more ...
- Web/Guide/HTML/Forms/The_native_form_widgets HTML forms are made of widgets. Those widgets are built-in controls supported by each browser. ...
- Web/Guide/HTML/Forms_in_HTML This article summarizes changes to HTML forms introduced in HTML5. For a detailed guide to using ...
- Web/HTML/Element/button The HTML button Element represents a clickable button.
- Web/HTML/Element/fieldset The HTML fieldset element is used to group several controls as well as labels (label) within a ...
- Web/HTML/Element/form The HTML form element represents a document section that contains interactive controls to submit ...
- Web/HTML/Element/input The HTML element input is used to create interactive controls for web-based forms in order to ...
- Web/HTML/Element/label The HTML Label Element (label) represents a caption for an item in a user interface. It can be ...
- Web/HTML/Element/legend The HTML legend Element (or HTML Legend Field Element) represents a caption for the content of ...
- Web/HTML/Element/optgroup In a Web form, the HTML optgroup element creates a grouping of options within a select element.
- Web/HTML/Element/option In a Web form, the HTML option element is used to create a control representing an item within a ...
- Web/HTML/Element/select The HTML select (select) element represents a control that presents a menu of options. The ...
- Web/HTML/Element/textarea The HTML textarea element represents a multi-line plain-text editing control.
- Web/Security/Securing_your_site/Turning_off_form_autocompletion This article explains how a website can disable autocomplete for form fields.