Editor field events
Editor field events
dynasoft
Posts: 446Questions: 69Answers: 3
Hi
I have a select field on n editor form and need to grab the data the user selects to fill another select on the form via ajax. I am not able to find any information about how this is achieved.
Eg, field is named MyFieldID but using the line below does nothing:
$('#MyFieldID ').on( 'change', function () {
...
});
Thanks.
This discussion has been closed.
Answers
Hi @dynasoft ,
This example here should help, it's showing how to do it.
Hope that does the trick,
Cheers,
Colin
Many thanks