We create a user registration form with Fluent Forms’ User Registration module. We want that our visitors will select their own user role when they are filling out the registration form. In this tutorial, I am showing how you will add the user role field as a radio/checkbox field type in your existing registration form… Continue Reading
fluent form
Connects ACF Repeater Field Data with Fluent Forms
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.
Creates Login Form with Fluent Forms Plugin
Are you wanting to create a login form with Fluent Forms plugin? In this tutorial I am showing you how you will achieve this functionality. Follow the video for form’s settings. PHP Snippet You will add this custom PHP codes into your theme’s functions.php file (navigate to appearance > theme editor page) or custom plugin’s… Continue Reading
Hide a column on Fluent Forms Entries Page
As an example I am hiding the Password column of my user registration form. When I am viewing the entries of my user registration form, password of all users are showing on entries list page. I am hiding it. You can hide one or more columns of any Fluent Forms. PHP Snippet: Hiding The Column
How to remove the submit button from WP Fluent Forms
I am creating a calculator form with WP Fluent Forms plugin. I do not need the submit button there. That reason I am deleting the submit button and adding my own custom button. In this tutorial I am showing how you will remove the default submit button from WP Fluent Form. Getting the Form ID… 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
Restrict WP Fluent Form Submission Action Based on Form Data
In this tutorial I am showing you how you will restrict the submission action of your Fluent Form. Assume that you are running a restaurant website and selling 100 meals per day. You create a reserve/order form for meal. In the form there have a quantity field for meals which will manage the stock. So… Continue Reading
Setup Admin Email Notification Receiver Address via ACF Option Page in WP Fluent Forms
PHP Snippet Open the functions.php file of your active theme and drop this PHP snippet at end of the file.