Hello,
i want to include the answer of a question into the next question and couldnt find a solution for it.
For better understanding, this is how i want it:
Question 1: What is the name of your target audience?
Answer: Target XY
Question 2: How old is "Target XY"?
Answer:
Thanks for your help in advance.
Kind regards
So you want to change the field label based on the value of the previous question. You need to do this with custom jQuery. It can be tricky if your using conversational forms where you have one question on each page. In multi-page forms, Formidable toggles all fields not shown on a page as hidden fields. You'd have to custom use jQuery to retrieve the value of the previous field to change the value of the target field's HTML when the page loads.
I don't use conversational forms... Do you have a code or something how to do this?
Thank you 🙂
Please login or Register to submit your answer