Skip to main content

Create Account

PropertyValue
descriptionCreate Account
tagsindex, doc, mac-starter, form

Structure

Section

Validation

  • Inline Validation = On Field Change / Blur

Text Username

  • Show Label = true
  • Required = true

Email Email

  • Show Label = true
  • Required = true
  • Auto Complete = email

Text First Name

  • Show Label = true
  • Required = true
  • Auto Complete = given-name

Text Last Name

  • Show Label = true
  • Required = true
  • Auto Complete = family-name

Password Password

  • Show Label = true
  • Required = true
  • Auto Complete = new-password
  • Password Strength Meter = true
    • Minimum Password Strength = Strong
  • Password Visibility Toggle = true

Password Password Confirmation

  • Show Label = true
  • Required = true
  • Auto Complete = new-password
  • Password Strength Meter = true
    • Minimum Password Strength = Strong
  • Password Visibility Toggle = true

Submit Create Account

Conditions

Check Passwords Match

IF

  • Password
    • Does not match field -> Password Confirmation
      • Case Sensitive = true

THEN

  • Password Confirmation
    • Set custom validity -> Passwords do not match.

ELSE

  • Password Confirmation
    • Set custom validity -> empty

Actions

User Management

  • When Should This Action Run?
    • Form Saved = false
    • Form Submitted = true
  • Method = Register
  • Field Mapping
    • Username -> Username
    • Email -> Email
    • First Name -> First Name
    • Last Name -> Last Name
    • Password -> Password
    • Password Confirmation -> Password Confirmation
  • Process ACF Validation = true
  • Send Email Notification = false
  • Admin Color Scheme = Default
  • Role = Subscriber

Show Message

  • When Should This Action Run?
    • Form Saved = false
    • Form Submitted = true
  • Type = Success

Content

<p>Thank you for registering.</p>

Send Email

  • When Should This Action Run?
    • Form Saved = false
    • Form Submitted = true

From

  • From Email Address = #option_get("options_forms_from_email")
  • From Display Name = #blog_name

To

  • Email Address = #option_get("options_forms_to_email")

  • Display Name = #blog_name

  • Reply To = #field([Email])

  • Subject = #form_label

Message

<h3>#email_subject</h3>
<p>#email_submission</p>

Settings

Spam

Honeypot

  • Enable = true