In Gravity Forms 1.6.3.3.4
I've seen older posts about this but didn't see anything recent. I have a long form with lots and lots of conditional logic. The client asked for the label on some fields to be changed. When I look at the dropdown options for the other fields whose logic depends on those choices, there are now more options than there should be. Looks like it's not using an ID to reference the other choices so it's adding my new version onto the list.
Example:
Field 1: Conference Registration
* Student Rate
* Member Rate
Field 2: Student Options
* 3-day
* 4-day
Conditional Logic:
* SHOW if ALL are true:
CONFERENCE REGISTRATION ... is ... Student Rate <-- this dropdown shows "Student Rate" and "Member Rate"
Now...
They want to change "Student Rate" to "Student Rate (Full-time only)"
If I make that change, then go look at my conditional logic dropdown for Field 2, it shows...
CONFERENCE REGISTRATION ... is ...
Student Rate
Member Rate
Student Rate (Full-time only)
So I now have 3 choices in the drop down but there are only 2 choices in Field 1. I don't know which to pick to have it work. Seems like I shouldn't have to change anything... I still want it to reference the first choice of Field 1.
It fixes itself if I pick a different field for "CONFERENCE REGISTRATION" and then change it back again but this is a BIG form with lots and lots of logic so that's not really practical.
Anything I can do?