I'm doing a form with many similar options so it's difficult in the conditional logic dropdown to tell the difference. For example...
Field 1: Conference Registration
* College Student: $100
* College Graduate: $150
Field 2: Conference Extra Registration
Field 3: SHOW if ALL:
Dropdown #1:
Confer...tion is
Confer...tion is
Dropdown #2:
College ... $1
College ... $1
I know I could play with wording but the client wants labels called a certain thing. I tried editing CSS to make the select tags longer but then realized that the dropdown #2 entries are being transformed before output to provide the beginning and the end (which is good try btw).
Would help me if the whole editing form were wider so I could see more of the content of all of the conditional dropdown fields.
Just my 2 cents!