Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah! Understood. That makes sense.Thanks for your time Sanford.
Sure thing, Per the original question we would like to pass Query Parameters and Referrer URL on form submission. We can do hidden fields with a timestamp appended, that isn't an issue. We have built all our form fill behaviors based on triggering from query parameters and referrer url because the...
@SanfordWhiteman In your reply you mentioned an iframed page that submits the form. I'm experimenting with having forms submit via an iframe, but I'm not having much luck so far. Would you have any links, examples, etc? If not could you briefly explain the process? Thanks in advance!
Thanks very much for your response Sanford. Three questions on that process:So I'm understanding correctly, the timestamp would ensure that every submission (including those with the same values) would trigger a data value change. Does appending the timestamp trigger any other effects?In the case wh...
We use a universal form setup. For example we use a single content form for all content downloads for easier management. When a visitor completes a form fill we use the Referrer URL and Query string to understand what content piece was downloaded, and the UTMs in the query string for attribution. C...