Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi again. Its me again with another question about dropdown.

I want to make a 2 dropdown choise.
What i need is :

- 1st dropdown are :
Code: Select all
label='Do you want to activate color scheme picker?'
opt_values='Select=- | Yes | No'



- 2nd dropdown will active if i choose "Yes" from 1st dropdown. If i choose "No" it will disabled.
Code: Select all
label='Choose your color scheme'
opt_values='Select=- | Red=#ff0000 | Yellow=#fcff00 | Green=26ff00'
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
Hi,

This kind of interactivity, I think, will require the use of JavaScript.

You can use an editable region of type 'message' to 'inject' your custom JS/CSS into the admin-panel to do so (please search this forum and you'll find several examples of 'message' type region being used in this manner).

Hope this helps.
KK wrote: Hi,

This kind of interactivity, I think, will require the use of JavaScript.

You can use an editable region of type 'message' to 'inject' your custom JS/CSS into the admin-panel to do so (please search this forum and you'll find several examples of 'message' type region being used in this manner).

Hope this helps.


Ok KK ill try to use js.
Ill let you know if i get something.
As soon as possible!

Touch me up : abada[dot]zulma[at]gmail[dot]com
3 posts Page 1 of 1
cron