Form Submission – Update
With the module Form Submission Update it is possible to refine a lead after conversion. So you can ask the most important questions first and then ask more questions after the lead data has been submitted.
Before that, the normal form submission module has to send the lead data for the first time.
Edit
Open the module settings to edit.

Function
You need to implement the functionality to update the lead on your endpoint page.
We transfer all the old data plus the new data. As identifier you can use the parameter uuid, which we set once for a user and store for 30 days in a cookie (Tracking Settings).
So if the user submits a lead again during this time, you can match it based on the uuid.
Tab – General
The Form Submission Update module has the same settings as the Form Submission module. You can thus specify a different api endpoint for a lead update.

Tab – Actions
Here you can include javascript that will be executed when the lead data has been transferred.

Trigger lead update
In order for the lead update to be sent, Trigger lead update (form submission update) must be activated in the slide settings. This setting can be made in each slide in the “General” tab.
