Editor field events

Editor field events

dynasoftdynasoft Posts: 439Questions: 68Answers: 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.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @dynasoft ,

    This example here should help, it's showing how to do it.

    Hope that does the trick,

    Cheers,

    Colin

  • dynasoftdynasoft Posts: 439Questions: 68Answers: 3

    Many thanks

This discussion has been closed.