Front End - Choose from multiple records with checkboxes with selection limit

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 31, 2015   (RSS)

By MatrixHyperLoop - March 19, 2015

Hi Guys,

I have a project I'm starting and one of things I will be doing is using a front end editor for members to manage the site rather than the CMSB Admin ( I am reserving that only for admins)

This is for a fantasy sports league website.

Users who would be playing in the fantasy league would be choosing from players (user accounts with type set as player) to assemble their fantasy team.

I was thinking of using checkboxes with ability to select up to 5 players so it would need to count and not allow members to choose more than 5 players.

Would this work just a regular checkbox passing the values 0 - 1, OR would this be better suited to use a method similar to the favorites plugin where it creates a record and refs by usernum?

Any advice or code snippets would be awesome!

Thanks!