Shortcode inputs not working
-
Hello,
I used to be able to add an html so that I can dynamically change parameters in the shortcode. e.g.
[CP_CALCULATED_FIELDS id=”11″ price=”1200000”] by adding this html but it looks like it stopped working once I updated the site / plugins. What could be the issue?
<script>
fbuilderjQuery(document).one('showHideDepEvent', function(){
fbuilderjQuery('[id*="fieldname1_"]').val(price).change();
});
</script>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Shortcode inputs not working’ is closed to new replies.