closed
Public

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.

#1

The “Selected Index” property of ComboBox is available in V1.85, so you can use it in the conditional logic now.

#2

Xavier, thanks for communicating the changes! I am excited to try out the new version.

#3

This question is now closed