I am working with Nintex New Responsive Design Forms, and I want to set a field value to the value of a variable that will be passed in via a query string. So far I have this formula to grab the query string value:
But that’s as far as I have gotten, I don’t know how to take the capture variable value and use it to set the field value. Has anyone else done this? If so, please provide actual examples and guidance.
Thanks!
Tom
Best answer by Garrett
Hi @TSMolskow
How are you reading that Query String? From the Task Form?
Send the user a Task Link or Item URL compose into an email
Append to the link the following (feel free to switch from “Apple” to another keyword) ?leaid=Apple
Test the Link from the email. Does it show the “?leaid=Apple” at the end of the url in your browser. If YES, does it correctly set the value of your variable? Hint: Show the value of the variable using a Label control.
How are you reading that Query String? From the Task Form?
Send the user a Task Link or Item URL compose into an email
Append to the link the following (feel free to switch from “Apple” to another keyword) ?leaid=Apple
Test the Link from the email. Does it show the “?leaid=Apple” at the end of the url in your browser. If YES, does it correctly set the value of your variable? Hint: Show the value of the variable using a Label control.