dcf.Text

The <dcf.Text> tag inserts a single-line text field into a form.

Attributes

  • Label: The label that displays on the website by the text field.
  • Name: The name attribute of the text field to be submitted.
  • Required: Whether or not the field is required.

Usage Notes

TODO

Examples

<dcf.Text Label="First Name" Name="FName" /> <dcf.Text Label="Last Name" Name="LName" Required="true" />