Good morning,
I’m building a form on WordPress using the Gravity Forms plugin. Only I’m encountering a problem on which I spent hours trying everything, tinkering with options etc, without results.
Here is my situation: The form questions are in “Radio Buttons” in the “Standards Fields” of Gravity Form. They are multiple choice with only 2 choices per question.
I have a problem with a multiple-choice question (2 proposed answers with a single answer is possible). I assign numerical values to these answers: for each of these 2 answers, I assign the value 2.
According to the answer among the 2 choices, the value assigned to the answer will be added in a different category with the other values of the other questions. The final goal is to add the number of values classified by categories.
Only, when I use “Number” with “Enable Conditionnal Logic” (I use 2 “Number”, one for each answer) and I try to do a :
“Show” this field if “Any” of the following match:
[Name of the question] “is” [Name of one of the two selectable answers]
The problem I noticed is:
When the values are the same for the 2 answers (example: 2 and 2), there is a drop-down menu with the 2 answers in which you can choose one of the 2 answers. Only, in reality, only one of the two answers can be selected unlike questions where the answers have different values, which disrupts the retrieval of values in each category because I can’t select the answer I want.
I’ve tried this too:
“Show” this field if “Any” of the following match:
[Name of the question] “is not” [Name of one of the two selectable answers]$
or again:
“Show” this field if “Any” of the following match:
“contains.”
or again:
“Show” this field if “Any” of the following match:
“starts with.”
and even:
“Show” this field if “Any” of the following match:
“ends with.”
I hope I made myself clear, I’m new to Gravity Form. If you have any questions, I’ll answer them. If you want screenshots, I’ll take them.
If you find my problem unclear I will explain it to you in more detail.
Please help me.