Dear unbounce community,
we are looking for a solution to parse field data to a confirmation page in unbounce:
- We have an unbounce form with a field named “userid”
- We added a tracking pixel on the unbounce confirmation page.
- For each user the tracking pixel needs to get the “userid” parameter:
<img src=“https://www.test.de/testimage_{{userid}}.png” width=“1" height=“1”/>
Does anybody have an idea how to manage this issue?