Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extraSignUpFields - is there a plain label option? #207

Open
pmcochrane opened this issue Mar 25, 2016 · 0 comments
Open

extraSignUpFields - is there a plain label option? #207

pmcochrane opened this issue Mar 25, 2016 · 0 comments

Comments

@pmcochrane
Copy link

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:

  1. 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)?
  2. Can the checkbox list be placed inline as for a radio list (so they don't appear vertically)?
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant