Is it possible? If yes, then how? Please, give an example, because I can’t find it anywhere. (I found the example of dynamically update options depending on another select field’s data but in the same form).
Is it possible? If yes, then how? Please, give an example, because I can’t find it anywhere. (I found the example of dynamically update options depending on another select field’s data but in the same form).
2
Answers
You can try this using JQuery:
You can add an eventlistener to the change of the select and based on value change any other element.