Hi all, I would like to know if it's possible to remove the following fields from the registration module:
Username, URL
Does anyone know how?
I think the username is required but you can do:
#g-dialog li:nth-child(2){ display:none; } #g-dialog li:nth-child(5){ display:none; }
to your css to remove the 2nd and 5th list item.
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Thanks Dave, was thinking along the same lines, as well.
Posts: 27300
I think the username is required but you can do:
to your css to remove the 2nd and 5th list item.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 344
Thanks Dave, was thinking along the same lines, as well.