StackIdeas
how to hide a field
By
comprateur
on Sunday, 30 August 2015
Posted in
Tips & Tricks (Not Supported)
Replies
1
Likes
0
Views
0.9K
Votes
0
hello, I would like to hide the name block on the registration as I use fallback to username, and we do not want to have name in our community.
thanks
Hello,
To hide the name field, you will need to use css to hide. To do this, can you add below css code into your Joomla template css file?
[data-element="joomla_fullname"] {
display:none;
}
Hope this help and have a nice day!
Sam
·
Sunday, 30 August 2015 09:32
·
0 Likes
·
0 Votes
·
0 Comments
·
#220306
View Full Post