- Posts: 4
- Thank you received: 0
Remove username field in edit data step
- Offline
- New Member
Less
More
9 years 10 months ago #6211
by
Remove username field in edit data step was created by
Hi There
I'm using plugin "email as username" so all users don't need username anymore and its working fine.
but with slogin sfter signin next step to edit data form, there is a field "username" that we don't need it anymore. how can i remove it?
Rgards
I'm using plugin "email as username" so all users don't need username anymore and its working fine.
but with slogin sfter signin next step to edit data form, there is a field "username" that we don't need it anymore. how can i remove it?
Rgards
Please Log in to join the conversation.
- Offline
- Admin
Less
More
- Posts: 2227
- Thank you received: 188
9 years 10 months ago #6212
by
Replied by on topic Remove username field in edit data step
It can be solved through Slogin settings.
s.mail.ru/CkLS/QttnYmFL9
s.mail.ru/CkLS/QttnYmFL9
Please Log in to join the conversation.
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
9 years 10 months ago #6213
by
Replied by on topic Remove username field in edit data step
Thanks,
My Current setting is this:
login for members >> email
edit data before registeration >> yes
i need this next step edit, because the email and name from social are not clear.
I just don't want the username field in the step url.
would you please help me which codes should i remove to don't show or hide username field anymore?
My Current setting is this:
login for members >> email
edit data before registeration >> yes
i need this next step edit, because the email and name from social are not clear.
I just don't want the username field in the step url.
would you please help me which codes should i remove to don't show or hide username field anymore?
Please Log in to join the conversation.
- Offline
- Admin
Less
More
- Posts: 2227
- Thank you received: 188
9 years 10 months ago #6214
by
Replied by on topic Remove username field in edit data step
add css
Code:
.login label#username-lbl, .login input#username {
display: none;
}
The following user(s) said Thank You:
Please Log in to join the conversation.
Time to create page: 0.291 seconds