I'm trying to use a hidden field that is a dropdown so I can see the choices in the stats. This works unless I want to see the answer from the url in a question.
This works (Area and Provider are hidden text fields and the provider's name is populated in question 1)
Question:
1. Our records show that you got care from the provider named below in the last 6 months.
{provider}.
I made area a dropdown and I can see the choices in the stats.
I would like to also see the provider in the stats. So, I also made it a dropdown but I cannot determine how to get the provider's name to display in question 1.
I tried:
Question:
1. Our records show that you got care from the provider named below in the last 6 months.
{answer123545X210X1121}. and {123545X210X1121}
Is there a way to code it so I can see the provider's name in the question and stats?