We have an assessment where we do not want to ask the user for their email address, that takes place on a landing page after they have completed the assessment, but we need some identifier to connect assessment results to the email address collected on our landing page.
The current flow is:
- User completes typeform with a {name} field
- {name} is added to the redirect URL so that on the landing page AFTER typeform we can add {name} to an email collection form
- This results in the typeform results, being manually connected to the email form results only by {name} so if there are two “Mary” we will not know which is which so I wanted to add {networkid} as an additional identifier from typeform.
Is this possible? I do not see any way to add {networkid} as a hidden field.
Basically what we’re looking for is a unique identifying code that can be used to merge Typeform results with additional data from other sources. NetworkID seems to be the only thing available that could accomplish this?