dropdownmultiwselect with event show textfield

mdma 24 Aug, 2015
Hello,
It is clear to show a *TXTfield with event if a field is defined therefor, and its single select /radiobutton but like:
A=A
B=B
C=C
D=D
other=other *

EVENTS1/2:
On
= / !=
Value selected
other/other
Action
show parent/hide parent
Element ID/fn()/Event
other/other

How does that work if there is also a combination fe.
A+other selected showing TEXTfield other
Multiselect doesnt make the field visible
mdma 26 Aug, 2015
Is the multiple select option in a dropdownfield combinable with events?

values a=a, b=b, c=c, d=d, e=e, f=f

event configued with f=event for show and hide parent of other txtfield
if any other value is selected with value f the txtfield is not shown.

so how to configure af, abcdf, df=show parent txtfield
when there is combination without f =hideparent of other txtfield

is this possible somehow?
what is "Options list/AJAX event"?
GreyHead 26 Aug, 2015
Hi mdma,

No I don't think that the Events code is clever enough to support multi-selection. You'd need to use Custom JavaScript instead.

The options list/Ajax box is used for setting options in a select - you can either enter a list of value=text pairs, or the name of an event to be called using Ajax to get the options data from the server.

Bob
mdma 27 Aug, 2015
Thankyou for clearifying!
I am still trying around..
This topic is locked and no more replies can be posted.