Fluent Forms
Last updated
Last updated
Adding an Upload Field with our plugin is quick and easy. Follow these steps:
Create or Edit your Form: Go to [Fluent Forms] → [Add New] to create a new form, or open an existing one.
Add the Plugin's Form Element: Drag the WP Cloud Plugin form element into your form.
Configure the Form Element:
Open the details of the newly added element.
Click on the "Configure" button to access the Module Configurator.
Select the Module: Once the module is configured, press "Choose" to update and link it to the field.
Save and Done! Your Upload Field is now ready to use. Users can upload files directly through the form, and they’ll be stored in your configured cloud location.
You can customize upload folder names based on user input from your form fields. This makes it easy to organize files dynamically for each user.
Here’s How to Set It Up:
Add a CSS Class to Your Input Field:
In your form, assign the CSS class wpcp-use-input-{***}
to the input field's Container Class, replacing {***}
with your unique identifier. For example:
Configure the Module:
Go to the Dynamic Folders section in the module configuration.
Set Personal Folder Mode to Auto.
Use your identifier as a placeholder in the Name Template field. For example, if your identifier is email
, use %input-email%
to dynamically name the folder.
This setup allows seamless integration and ensures upload folders are uniquely named based on user-provided information.