Hi there
i face a issue of required field i hide that field and also required that field by using some module but the problem is that as (that field) it does not display but when some one go for registration after that then error msg is display required field missing.but that field is not there.
Thank you
Ahmad khalid

Comments

fago’s picture

Status: Active » Postponed (maintainer needs more info)

Please try the dev-snapshout, it incorporates quite some changes to the registration process.

jamesialford’s picture

At admin/content/node-type/profile/profile is the "Use on Registration" checked

noah977’s picture

Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Active

Having the same issue.

Unfortunately, our site went live before we found this bug. Now we have a ton of users registering while skipping required fields.

Bilmar’s picture

subscribing

fago’s picture

Version: 6.x-1.0-beta3 » 6.x-1.0-beta4
Status: Active » Fixed

As stated above, this should be fixed in recent releases. So update and please reopen if you are sure this bug occured with using beta4 or a later dev snapshot.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tanmayk’s picture

Version: 6.x-1.0-beta4 » 6.x-1.0
Status: Closed (fixed) » Active

I am still facing this bug on fresh D6 installation.
Steps I followed:

1. Create a field, say Gender, don't make it 'required' and don't hide it from registration form.
2. Yes, now we can see it on registration form.
3. Now hide it and it will gone, offcourse.
4. Make it as 'required' now. And you will not see this field on registration form, obviously because it is hidden.
5. Also this field will not appear in the list since the fields which are not required are listed there.

To make it appear on registration form, we first need to uncheck 'Required' box. Then uncheck it from hide fields list, and then make it required again.

Is this right behavior? I am not sure about it though.

A solution to this might be, removing the field from hidden fields list when we make it as required.

tanmayk’s picture

Issue summary: View changes

Drupal Hierarchical Select field as required field on user profile with Custom Field Permissions