You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Working my way through user registration for a system. I would like to have a group of check boxes for the user to request what features they require for the new user. A radio box is not suitable as it can be one or more choices.
I've implement a series of check boxes as extraSignUpFields to do this but I've come across a few glitches which I hope you can answer:
Is there a way to add a general label as an extraSignUpField as I would like a label above the list of checkboxes (each checkbox will have it's own individual label)?
Can the checkbox list be placed inline as for a radio list (so they don't appear vertically)?
This is unlikely but is there a way to ensure that at least one of the checkbox is selected. I think this would have to be checked in Accounts.validateNewUser
Thanks for any help in this.
Paul
The text was updated successfully, but these errors were encountered:
Hi. Working my way through user registration for a system. I would like to have a group of check boxes for the user to request what features they require for the new user. A radio box is not suitable as it can be one or more choices.
I've implement a series of check boxes as extraSignUpFields to do this but I've come across a few glitches which I hope you can answer:
Thanks for any help in this.
Paul
The text was updated successfully, but these errors were encountered: