How to populate some Contour form fields from QueryString
Does anyone know how I can grab QueryString values from a URL and use these to populate my Umbraco form fields? It's one of those micro forms for subscription that captures a subset of info but then redirects to the main form. The values will be in the QueryString but as I'm new to the Umbraco way I've no idea how to tackle this problem. I was thinking workflows but I don't understand how to set them up!
i am having a similar problem - if you have found a solution for this, i would be interested to hear.
as far as i am concerned, i was not avtually able to sort this out, though i did not have alot of time to look at it. BUT i only needed to pass one thing across to the form.
the CMS side of things is fine as it records the page i am on, but i was able to pass a parameter and read it into the email response in the workflow using:
[@requestKey]
which suited me for the time being
PLEASE let me know if you have come up with an actual solution
How to populate some Contour form fields from QueryString
Does anyone know how I can grab QueryString values from a URL and use these to populate my Umbraco form fields? It's one of those micro forms for subscription that captures a subset of info but then redirects to the main form. The values will be in the QueryString but as I'm new to the Umbraco way I've no idea how to tackle this problem. I was thinking workflows but I don't understand how to set them up!
Thanks
Really? Is it just not possible to do?
hi stuart
i am having a similar problem - if you have found a solution for this, i would be interested to hear.
as far as i am concerned, i was not avtually able to sort this out, though i did not have alot of time to look at it. BUT i only needed to pass one thing across to the form.
the CMS side of things is fine as it records the page i am on, but i was able to pass a parameter and read it into the email response in the workflow using:
[@requestKey]
which suited me for the time being
PLEASE let me know if you have come up with an actual solution
is working on a reply...