Only show required fields on signup form
-
This has probably been asked a million times, but I can’t find it: Is there a built-in way to only show the required fields on the initial signup form and leave the rest for the profile editing form?
What’s the best way to hide the non-required fields? I’ll now resort to CSS trickery…
EDIT: Running into problems with CSS trickery. I can hide the input fields using their ID’s (“field_3” etc.), but then I still get the labels. The labels only have this:
<label class="signup-label" for="field_3">
Can I somehow use that “for=” in CSS?
I can’t hide the whole signup-field block, because field_1 and field_2 are required. I can’t hack CSS id’s or classes into core files, because the labels and inputs are generated by script.
- The topic ‘Only show required fields on signup form’ is closed to new replies.