In this tutorial, I am showing you how you will pass the ACF Pro repeater field’s data to Fluent Form’s select/checkbox/radio input field. Follow the video for form settings. You will enter the following PHP codes into your theme’s functions.php file (Appearance -> Theme Editor) or any PHP file of your custom plugin.
repeater field
How to display ACF repeater content on single product page
I want to display some custom contents in accordion style on single product page below the short description. I used Advanced Custom Field Pro (ACF PRO) plugin’s repeater field for custom content. So user can easily add/edit these data from their product edit screen. What is Repeater Field? It is fully described here. Lets start the procedure… Continue Reading