Skip to main content

How to hide Full name field on sign up form?

Currently, the sign up form asks for Full name. This can be discouraging for users who rather prefer to user who'd appreciate some sense of privacy. How can I disable the Full name field?

How to hide Full name field on sign up form?

Deckard Cain

Perhaps try using FluentForm to create/register user and replace default sign up form.

N

Tyler GebhardΒ Thanks! I tried it, but it doesn't have the option to map form field to username of the account that will be created.

For the way I am using Fluent Community, a person's full name is not necessary. Would be nice to disable this field.