Displaying and Managing Custom Fields on the Registration Form

Once you’ve added your custom registration fields, it’s time to make them work where it matters: the WooCommerce registration form.

This guide will show you how to display the fields on the frontend form, manage user-submitted data, and view it later inside your WordPress dashboard.

Where Do the Fields Show Up?

By default, all your created fields will appear in the “My Account → Register” form on your WooCommerce site.

Note: The plugin automatically integrates with WooCommerce’s native registration form. You don’t need to insert any shortcode.

How to Display Fields on the Registration Form

  1. Go to User Registration Fields from your WordPress dashboard.
  2. Click “Add New Field”.
  3. Choose a field type (e.g., Text, Dropdown, Date Picker).
  4. Enter a clear label (e.g., “Phone Number”).
  5. Mark it as required (if needed), adjust the placeholder or default value.
  6. Hit Save Field.

That’s it — the field now appears on your site’s registration form!

Reordering Fields
Drag and drop fields inside the dashboard to arrange their appearance on the form. The top one will show up first.

Where Can You View Submitted Data?

When a user fills out the form and registers:

  • The values are saved as user meta.
  • You (admin) can view this information by:
    1. Going to Users → All Users.
    2. Clicking on the user’s name.
    3. Scrolling down to the “Custom Registration Fields” section.

You’ll see a list of all their submitted answers, nicely organized.

Can You Export User Field Data?

Some advanced versions of the plugin may include export features (e.g., CSV export). If not available, you can use third-party plugins like:

  • WP All Export
  • User Insights
  • Export User Data

These plugins can help you export all user meta fields to a file for marketing, analysis, or recordkeeping.