elementor / elementor/elementor
onChange on input field does not fired
Open
mod/r*
request/feature
- Dominant language
- PHP
- Stars
- 7.1k
- Forks
- 1.6k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 193
Description
Hi, I have an Elementor form with field id = '"form-field-your_traffic"
When I do:
jQuery( document ).ready(function() {
jQuery('#form-field-your_traffic').on('change',function(event){
alert('test');
})
});
Nothing happens.
When I use this with "standard fields" there is no problem with this.
DO I have to use a different trigger?
Contributor guide
Assessment
This issue has not been assessed yet.