Hello,

I've ticked the Profile module, added a profile field checkbox and I'd like it to be ticked by default when a a user account is created.

I don't want to show the tick box on the user sign up page but I want to show it on the user profile page when signing up.

Hope that makes sense?

What the best way to achieve this?

Thanks,
N

Comments

golchi’s picture

Hi , I'll have tried to achieved that by using the hook_form_alter and base on the form_id you can show/hide your checkbox.

Cheers ...