Role whitelist
Pick from a curated list of safe roles (subscriber, contributor, author, custom). Admin-level roles are gated by an explicit filter.
WordPress content
Register WordPress users from form submissions with role assignment and custom user-meta mapping.
Bundled with Core Forms — the WordPress forms plugin with every premium feature in the box. No add-on tax.
Membership signups, course enrollment, vendor applications, partner onboarding — anywhere a WordPress site needs a real user account from a form submission, the Create User action handles it. Core Forms creates a `wp_users` row, sets the password (auto-generated or user-supplied), assigns the chosen role, and writes any custom user-meta you configure.
It composes with the rest of the action stack: pair it with a [Mailchimp subscribe](/integrations/mailchimp/) so the new user lands in your ESP at the same time, or with [HubSpot](/integrations/hubspot/) so they show up in your CRM as a real contact, not just a subscriber.
Pick from a curated list of safe roles (subscriber, contributor, author, custom). Admin-level roles are gated by an explicit filter.
Generate a secure password and trigger WordPress's standard "your account is ready" email, or supply a password field for the user to choose.
Map any form field to update_user_meta() — phone, address, ABN, anything your member profile needs.
Choose: reject the duplicate, log them in if they're the same person, or update the existing user's meta.
Fires the standard user_register WordPress hook so any other plugin (LearnDash, MemberPress, WooCommerce) reacts as expected.
On your registration form, Actions → Add action → Create WordPress User.
Pick which form field becomes the username (often email itself) and the password field (or leave blank for auto-generation).
Subscriber for newsletters, Contributor for content submitters, custom roles via filter for membership tiers.
One-per-line: form_field=user_meta_key. Phone, address, anything else.
Username from: email
Email from: email
Password from: password (leave blank for auto-generated)
Display name: full_name
Role: subscriber
User meta map:
phone=billing_phone
company=organization
abn=tax_id Map form fields to ACF fields with full update_field() support — text, repeaters, relationships.
Turn form submissions into WordPress posts or any custom post type — with featured images, taxonomies and ACF.
Push form leads into FluentCRM lists and tags from inside WordPress.
Create WordPress User — and every other integration on this site — is included with your
license. Use code CFLAUNCH for 20% off either plan.