I like to insert dynamic values into my Survey label fields using URL parameters in order to increase the personalization of the user's experience with my survey.
For example, by appending ?first_name={{contact.first_name}} to the link to a Survey, a question can look like this:
Field label in Survey Builder view:
"How old is {{first_name}}?
What the User sees:
"How old is John?"
For extra clarity, this is different than prefilling the input field using query keys. This is making the actual field label dynamic rather than status.
The recent conditional logic release does not support dynamic insertions into field labels - everything breaks and it becomes unusable.
Please update the conditional logic function in Surveys to accomodate dynamic field labels!!
(re: ticket #3790749)