Page 1 of 1

Hidden Custom Registration Field

PostPosted: June 6th, 2011, 5:27 pm
by Utopscious
Hi

is there an easy way to Hide a (s2member) custom registration field during registration?


At the moment i'm using Cimy User Extra Fields
Which uses a check-box to enable/disable the display of a field during registration

But I have to use php to add the field data to the users profile, and for some reason
the defaults aren't set during registration with the s2member plugin


All help much appreciated,
Cheers,
Nick

Re: Hidden Custom Registration Field

PostPosted: June 6th, 2011, 7:25 pm
by Cristián Lávaque
Take a look at the Allow Profile Edits option of the s2Member Custom Registration Fields, does it do what you need? WP Admin -> s2Memberr -> General Options -> Custom Registration Fields -> Allow Profile Edits

Re: Hidden Custom Registration Field

PostPosted: June 6th, 2011, 7:48 pm
by Utopscious
Hello,

thanks, but the drop down has only 4 options

Closest one to what i need is the option
Yes ( editable after registration / invisible during registration )

in this context i would need an option like this
No ( uneditable after registration / invisible during registration )

.....

For me it seems more legible if it's divided up like this

Allow Profile Edits: Yes/No
Invisible during Registration: Yes/No
Invisible after Registration: Yes/No

.......

Do you know of any work around, or attribute I can add to make it invisible during registration?
does this " / invisible during registration )" set an attribute or specific class ?

Thanks again for your help

Re: Hidden Custom Registration Field

PostPosted: June 6th, 2011, 10:03 pm
by Cristián Lávaque
I see, I had not understood correctly what you were trying to do.

Well, you could try using CSS to hide it during registration...