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

Form

The Form Widget is used to retrieve, display, and submit Dataverse data. After adding the widget to a page, you can configure the form’s actions, behaviour, and messages.

PropertyDescription
FormThe Umbraco form that will be displayed on the page.
Success MessageThe message displayed after the form is submitted successfully.
Success RedirectDefines the page or URL to which the user is redirected after a successful form submission.
Go Back RedirectDefines the page or URL to which the user is redirected when they choose to go back or cancel. The behaviour depends on the type of Button configured on the form.
New Record AssociationDefines the Lookup column on the root table that is populated with the selectedEntityId value when a new record is created from a Data Grid or Data List. Note: This setting is used only when the form is opened from a Data Grid using the New action.

Example

A “Profile Form” added to a page.

Form widget configuration.