We have a scenerio where we have three fields ( 2 input fields and 1 boolean field) lets example
- Name: This is an input field where users can enter a name. For example, let's say the value entered is "Prince".
- IS Eligible: This is a boolean field where users can select either "IS Eligible" or "IS NOT Eligible" to indicate eligibilit
- Eligible Candidate: Another input field. When certain conditions are met, this field should display the value of "IS Eligible" (either "IS Eligible" or "IS NOT Eligible") along with the name entered in the first field.
For example, if "Prince" is entered in the first field and "IS Eligible" is selected in the second field, the third field should display "Prince IS ELIGIBLE".
Like this - {question 1 value}+ {question 2 value} + default value like (for next round).
so its possible how to set the value of 3rd question based upon selected questions when we are making the survey.