Forms
The Forms add-on links Umbraco Forms submissions to visitors in Umbraco Engage and adds a form submission goal type.
The Forms add-on connects Umbraco Engage to Umbraco Forms. Once installed, Umbraco Forms submissions are linked to individual visitors in Umbraco Engage. No extra configuration is needed.
What it adds
Tracking of Umbraco Forms submissions per visitor, stored with the visitor profile.
An Umbraco Forms Submission goal type, so a form submission can count as a conversion.
An Analytics - VisitorId form field that links a submission to the visitor profile in Umbraco Engage.
A Form Submissions overview on the visitor profile, showing the forms submitted by that visitor.
Visitor identification: a visitor who submits a form becomes an Identified Profile.
Prerequisites
Umbraco Forms is installed with a valid license.
The clientside tracking script is added to your pages. Submissions are linked to visitors without it, but the Umbraco Forms Submission goal only fires when the script is present.
Install the package
Install the Umbraco.Engage.Forms package via NuGet or using your preferred approach.
PM> install-package Umbraco.Engage.Formsdotnet add package Umbraco.Engage.FormsBuild or restart your website afterwards.
Verify the installation
Edit a form and add a new question. The Analytics - VisitorId field type should be available.
Go to Engage -> Settings and create a new goal. The Umbraco Forms Submission goal type should be available.

If either option is missing, see Verify your Engage installation.
Next steps
FormsExtending formsLast updated
Was this helpful?