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.
acf
Creates an accordion section with toggle image effect
How do you create an accordion section with toggle image effect? E.g: you create a 2 columns. One column have accordion content and another column have image. This image will change/slide when you will move from one accordion item to another accordion item. See the live demo here. Minimum Requirement: Advanced Custom Fields Pro plugin… Continue Reading
Creates Gallery Page With Beaver Builder & ACF Plugins
I’m creating the gallery page with Beaver Builder and Advanced Custom Fields (ACF) Pro plugin. It will display 4 images per row. When user will click on thumbnail, large version of that thumbnail will open on modal popup box. What I am doing: Creating the Gallery type custom field with ACF plugin. So I can… Continue Reading
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
Mapping FF File Field with ACF File and Image Field Type
I build a post creation form with Fluent Form plugin. Guest users will upload the doc or images via this form. So I add the File Upload field of Fluent Form into the post creation form and create a meta field (file upload field) for PDF file with Advanced Custom Fields (ACF) plugin at Dashboard.… Continue Reading