Cookies variables
-
I have a site that saves utm data from the query string on the main Home page to a cookie. And then when the “Contact Us” form is filled out I pull that cookie and populate the fields using JavaScript. This works fine, but now I want to use the plugin to populate a Dynamics form. I originally used default=”{new_utm_source:querystring.utm_source}” to pull from the address bar, but was told they needed to not link directly to the “Contact Us” page.
Is it possible to use a variable as the default (in place of {new_utm_source:querystring.utm_source}, or populate the default from the cookie itself? Or even populate from the HTML form that’s already populated?The page I need help with: [log in to see the link]
- The topic ‘Cookies variables’ is closed to new replies.