dcf.MultiText
The
<dcf.MultiText>
tag encloses multiple text fields that both/all share one label on a form.
Attributes
- Label: The label that displays on the website by the text fields.
Usage Notes
TODO
Examples
<dcf.MultiText Label="Legal Name">
<Input placeholder="First" Name="PatientFirst" Required="true" maxlength="22" Size="40" />
<Input placeholder="Last" Name="PatientLast" Required="true" maxlength="22" Size="40" />
<Input placeholder="MI" Name="PatientMI" maxlength="2" Record="Registration" Size="10" />
</dcf.MultiText>