beautypg.com

Form elements with modified attributes, Html5 form elements – Adobe Dreamweaver CC 2015 User Manual

Page 640

background image

633

Dynamic sites, pages and web forms

Last updated 6/3/2015

Form elements with modified attributes

• Form No Validate: Select this option to disable form validation. This selection overrides the No Validate attribute at

form level.

• Form Enc Type: A MIME type with which a user agent is meant to associate this element for form submission.

• Form Target: A browsing context name or keyword that represents the target of the control.

• Accept charset: Specifies the character encodings used for form submission.

Note: The links for attributes contain information on all attributes listed in the HTML5 specifications. Not all these
attributes are present in the Properties panel. You can use the code view to add attributes not present in the panel.

HTML5 form elements

Form Element

New attributes specific to the element

Description of attributes

Text Field

List

http://www.w3.org/TR/html-
markup/input.text.html

Button

http://www.w3.org/wiki/HTML/Elements/but
ton

Check Box

http://www.w3.org/TR/html-
markup/input.checkbox.html

File

Multiple

http://www.w3.org/TR/html-
markup/input.file.html

Form

No validate, Accept charset

http://www.w3.org/TR/2012/WD-html-
markup-20120329/form.html

Hidden

http://www.w3.org/TR/2012/WD-html-
markup-20120329/input.hidden.html

Password

http://www.w3.org/TR/html-
markup/input.password.html

Image

Width, Height, Action, Method, Form no
Validate, Form Enc Type, Form target.

http://www.w3.org/TR/html-
markup/input.image.html

Reset

http://dev.w3.org/cvsweb/html5/markup/bu
tton.reset.html

Submit

Form No Validate, Form Enc type, Form target,
Action, Tab Index, Method.

http://www.w3.org/TR/html-
markup/input.submit.html

Radio

http://www.w3.org/TR/html-
markup/input.radio.html

Text Area

Rows, Cols, Place Holder, Wrap, Max Length,
Tab Index

http://www.w3.org/TR/html-
markup/textarea.html

Select

Size

http://www.w3.org/wiki/HTML/Elements/sele
ct

Form element

Available in

Description

Description of attributes

Color

12.2

For input fields that should
contain a color.

http://www.w3.org/TR/html-
markup/input.color.html

Date

12.2

Control that helps the user select
a date.

http://www.w3.org/TR/html-
markup/input.date.html