1. Home
  2. /
  3. Docs
  4. /
  5. Widget Library
  6. /
  7. Integration
  8. /
  9. Form

Form

The form widget is used to retrieve and submit Dataverse data. After placing the form widget on a page, the form’s actions and messages can be defined.

PropertyDescription
FormThe selected form that will be displayed on the page.
Success MessageMessage to display after a successful form submission.
Success RedirectDefines the Page or URL to redirect to after a successful form submission.
Go Back RedirectDefines the Page or URL to redirect to when the user chooses to go back or cancel the form submission. This is influenced by the type of Button configured on the form.
New Record AssociationDefines which Lookup field on the root table(s) are populated with the selectedEntityId value when a new record is created from a Data Grid or Data List.

Note: Used only when the form is opened from a Data Grid via the New action.

Example

A “Profile Form” added to a page.

Form widget configuration.