Answer the question
In order to leave comments, you need to log in
How can the form be changed depending on the selected option?
It is necessary to change the form fields depending on the value of select'a, add additional. fields or clear them. Is there any plugin or material where you can read about it?
Answer the question
In order to leave comments, you need to log in
You can implement dynamic formation of a set of fields on the js side using the ActiveForm object. You can read more about how to work with the ActiveForm js object here.
javascript (jquery or vue)
For example:
$('select').on('change', function() {
alert( this.value );
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question