Category: Fluent Forms
With 208 articles also related to:
Aleš Sýkora wrote:
Fluent Forms: ACF Link Field Mapping in User Registration form
November 14, 2024 in ACF, Custom Code, Fluent Forms
This guide explains how to map a URL field from Fluent Forms registration form to an ACF Link field in the user profile.
Aleš Sýkora wrote:
Fluent Forms: ACF Taxonomy Field Mapping in User Registration form
November 14, 2024 in ACF, Custom Code, Fluent Forms
This guide explains how to map a taxonomy field from Fluent Forms registration form to an ACF Taxonomy field in the user profile.
Aleš Sýkora wrote:
Fluent Forms: How to Detect and save Sender’s Website Language with Smartcode
February 8, 2024 in Custom Code, Fluent Forms, WordPress
You can get the website language code when user submit the Fluent Form with custom Smartcode.
Aleš Sýkora wrote:
Translate Step status in multistep Fluent Form
November 28, 2023 in Custom Code, Fluent Forms, Plugins, WordPress
If you need to translate the “Step 1 of xx” in fluent forms, you can use this filter to do that. Just put it in your code snippets plugin (for example Advanced scripts) and change the ‘Step’ and ‘of’ to needed words. If you use titles for step names, use this code instead:
Aleš Sýkora wrote:
Fluent Forms maps input (usable with Toolset Maps too)
November 28, 2023 in Custom Code, Fluent Forms, Plugins, Toolset, WordPress
UPDATE! Automatic geolocation has been added to the map :). Enjoy! If you want to add map field with click to put marker function and save the GPS data, you can use the Google Maps API with Fluent Forms. You will need Google Maps API Key and plugin for custom code snippets (you can also…
Aleš Sýkora wrote:
Translate fluent forms datepicker
October 27, 2020 in Fluent Forms, Plugins, WordPress
Need to translate fluent forms datepicker to your language? No problem. The Fluent Forms plugin is a versatile tool for creating customizable forms on WordPress websites. When working with the Datepicker field in Fluent Forms, you may need to translate the months, weekdays, and AM/PM labels to match the desired language. In this article, we…