Elementor Forms
How to Add an Upload Field
Adding an Upload Field with our plugin is quick and easy. Follow these steps:
Create or Edit your Form: Go to [Add Element] → [Widgets] → [Form] to create a new form, or edit an existing one.
Add the Plugin's Form Element: In the Form Fields configuration, press "Add Item" and select "File Upload -> Cloud" type.
Configure the Form 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.
Video Instructions
Dynamically Set Upload Location Based on Form Field Values
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:
Assign a custom ID to Your Input Field: In your form, assign the ID
wpcp_use_input_{***}
to the input field's ID on the 'Advanced' tab, replacing{***}
with your unique identifier. For example:wpcp_use_input_email
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.
Last updated