How to format the slider caption?

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer