Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the toggle is turned on the cookie name will appear. The cookie is constructed in the following way:

Code Block
MSanswer.<FORMKEY>.<QUESTION_ID> 

E.g. MSanswer.0f5831e3bf45461bc499d073f50163e08c4d5ee5.3490

...

If the question is answered and the feedback submitted the cookie is placed in the browser. The value of the cookie is the answer to the question.

...

To pick up the cookie value in another form you have to include the 'Website data' element. (Additional information with regard to the 'Website data' element can be found onHow do I add additional website data to a feedback result?) Once the element is added you set the value to be imported to 'Cookie' and the cookie name to

Code Block
MSanswer.<FORMKEY>.<QUESTION_ID>

E.g. MSanswer.0f5831e3bf45461bc499d073f50163e08c4d5ee5.3490.

...

To set this up you have to use global form logic. The settings are similar to the way you import the cookie values but now you can use it to show or hide specific questions. If you want to show a question based on the cookie, first put the element on hide and then add global logic rules to show it based on the value of the cookie. More information on how to use the global logic rules can be found here: How do I add form logic based on cookies or URL parameters?.

...

First follow the steps to set up the deployment described here: How do I deploy my feedback form?. When you're in the deployment scroll through the list with options and find the option 'Show ‘Show based on the users user’s cookies'.

...

Use the name of the cookie and set your conditions.