dcf.ManagedForm

The <dcf.ManagedForm> tag inserts a managed form onto a page.

Attributes

  • Label: The label that displays on the website by the text field.
  • Name: The name attribute of the text field to be submitted.

Usage Notes

TODO

Examples

<dcf.ManagedForm TitleFields="Name" Name="Book"> <dcf.Text Label="Name" Name="Name" /> <dcf.Text Label="Email" Name="Email" /> <dcf.TextArea Label="Description of Inquiry" Name="Inquiry" /> <dcf.FormButtons> <dcf.SubmitButton Action="submit_book" Label="Submit" /> </dcf.FormButtons> </dcf.ManagedForm>