Custom fields in user registration

Asked

Viewed 93 times

0

Hello,

I need a plugin to create custom fields in the user register and then display this registered information. For example. wanted a CPF field, Address, Phone, etc.

I even found a plugin, he is creating a field, but I haven’t figured out a way to bring' this information. If anyone knows, the plugin name is User Registration Aide.

Does anyone know a plugin that does something like this? If you have how, also need to make this registration outside the wordpress panel, as a normal page.

1 answer

0

Use the Advanced Custom Field

you create the type of field you want... and then to retrieve the information is very simple would be something like the_field('Cpf', 'user_' . $user_id);

Browser other questions tagged

You are not signed in. Login or sign up in order to post.