• Resolved barrycrous

    (@barrycrous)


    Hi, it seems like the registration form is limited to a single email input field. When trying to add a secondary email address the plugin shows “Field key should be a unique name.” and the plugin does not allow to change the secondary email field’s field key.

Viewing 4 replies - 1 through 4 (of 4 total)
  • To add a second email field use the ‘Standard Fields’ section – there is an email type field there and you should be able to change the field key.

    If you need further help please open a support ticket here: https://userswp.io/support/

    Thread Starter barrycrous

    (@barrycrous)

    I am using the email field from Standard Fields.

    Hello,

    Sorry for the trouble! I have informed the developers about the issue.

    They will let me know about a resolution as soon as possible.

    Plugin Contributor Paolo

    (@paoltaia)

    Hi,

    that email field is used for the primary email of the user registration and cannot be used twice on the same form.

    For another email field, the key should be different. You can use a regular text field and use a validation pattern for validating it as an email.

    Something like this:
    [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

    Let me know how it goes.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Register unable to include multiple email fields’ is closed to new replies.