From a JavaScript tag
It is possible to provide pre-filled values to a Qualifio form by providing the expected values through the JavaScript tag available for a Qualifio campaign.
This solution is similar to the pre-fill from the URL, as we provide the values in a similar way (by forming a query string).
How to pre-fill a form using a Qualifio JavaScript tag
As a concrete use case, here is a basic JavaScript tag that can be found in a Qualifio campaign:
detail
When running inside a web page, this code example will inject a Qualifio campaign as such:
caution
This one is a really simple campaign with only a form containing 3 fields: first name, last name and email.
To provide values to pre-fill the form, we can use the event createIframe method and provide the wanted QueryString at the seventh position.
Example:
Result