Cloud Cloud Cloud Cloud

The dirname Attribute

The Current State of HTML5 Forms

Let Wufoo do the hard work. Sign up for a free account and start making forms the easy way.

<input type="text" name="foo" dirname="foo.dir">
<input type="submit">

Live Demo

Text input

 

The Low Down

The dirname attribute enables the submission of the directionality of the form control along with the value of the form control on form submission.

  • When the user submits the form, the user agent will include two fields, the name / value pair and the dirname / direction. In the above example, the form will submit foo=bar&foo.dir=ltr if we entered bar as the value.
  • If the user manually switches to a right-to-left writing direction and enters something in Arabic, Hebrew or other, the value of foo.dir will be rtl.
  • The dirname attribute is only relevant for the text and search input types, and for <textarea>.
Cloud Cloud Cloud Cloud

Let Wufoo do the hard work.

Sign up for a free account and start making forms the easy way.