[ad_1]
Hello @lewisp91
Thank you very much for using our plugin. I’m sorry, but in the current plugin version, you need to do it by coding. Assuming the slider field is the fieldname123, please, insert an “HTML Content” field in the form and enter the following piece of code as its content:
<script>
jQuery(document).on('change', 'input[id*="fieldname123_"]', function(){
jQuery('#'+this.name+'_caption').html(this.value);
});
</script>Best regards.
