Skip to main content

How can I transfer Fluent Form Client Data to Wordpress Users

Is there a way to automatically convert Fluent Forms submissions to WordPress users?

Damion Parsons

Nishat ShahriyarΒ Thank you, this solution works if the setup is done day one. I've already collected customer data in Fluent Form, now I need those client to be WordPress user. Is there a solution for importing that data to WordPress from Fluent Form?

Damion ParsonsΒ hi Fluent Forms user registration module only works before collecting the data the integration was enabled with the form settings.

Although you can try these alternative,
Using a User Import Plugin:

  1. Install and activate a dedicated WordPress user import plugin (e.g., WP All Import, Import Export WordPress Users and WooCommerce Customers).
  2. Prepare your custom user data in a compatible format, such as a CSV file. (donwload these from the form using Fluent Forms export feature)
  3. Use the plugin's interface to upload your data file and map the custom user fields to the corresponding WordPress user fields (e.g., username, email, password, user role).
  4. Run the import process to create new WordPress user accounts based on your custom data.

Hope this works.

Damion Parsons

Nishat ShahriyarΒ Got it! Thank you.