Page 1 of 1

Uneditable & Invisible fields showing up in register form

PostPosted: August 30th, 2011, 1:40 pm
by Wendell
I am creating some custom fields, some of them are set to uneditable and invisible to the user. At first, they were invisible to the unlogged in user, like they should be. Then I decided to make the first of the hidden fields a new section, so that I could call it "Admin Settings" or something like that, but that caused all hidden fields after that point to be displayed to unlogged in users. So I removed the section setting and they are still appearing.

ss1.jpg
field is set to uneditable and invisible


You can see in the screenshot above that the field is set to hidden and invisible. However, if you visit http://willamette360.com/register/ you can see that it and two others are showing up anyway (Board Member, Member Title and Notes should all be hidden).

I tried completely deleting all 3 fields and saving all changes. Then I went back in a recreated all three of them, but they are still showing up on the register screen.

Your help is greatly appreciated.

Re: Uneditable & Invisible fields showing up in register for

PostPosted: August 30th, 2011, 2:04 pm
by sgtcory
Hmm.

Selecting No - and uneditable after registration will still show it during registration. You'd need to select invisible during registration if you do not want non-logged in users to be able to see it.

Then, if you want to hide it for logged in users - you can simply set the css to override it and display:none - or make a custom form.

Re: Uneditable & Invisible fields showing up in register for

PostPosted: August 30th, 2011, 6:39 pm
by Cristián Lávaque
Hi Wendell.

Cory is right, with the current release (v110815) you can either hide it during registration or after it, not both. This is a setting that we may include soon.

In the meantime, you can hide after registration and remove during registration with CSS. This thread may help you with that: viewtopic.php?f=4&t=14706