[ad_1]
Replies: 1
I´m using this in a html content block and working perfectly.
I want convert this function to advance the form to next page.
–
<script>
jQuery(document).on(‘change’, ‘[id*=”fieldname391_”]’, function(){
alert(this.value);
});
</script>`
—
thanks very much!
