Is there a way to create conditional logic based on a combobox or text fields value?
3 answers
Text field already support this, here is an example:
You need to use quotation marks for the value “abcd”, since it is not a number but a string.
As for ComboBox, that will be supported, as I mentioned in this thread:
http://getsatisfaction.com/easynth/to…
I think the “selectedIndex” property for ComboBox is what you need.
The “Selected Index” property of ComboBox is available in V1.85, so you can use it in the conditional logic now.
This question is now closed