Onclick event fot a calculated field
-
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!
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Onclick event fot a calculated field’ is closed to new replies.