For example, i present them with 9 choices and get them to to only choose 6.
For example, i present them with 9 choices and get them to to only choose 6.
+1 for an option to do that (feature request).
choose 3 of the following sentences type of questions. would benefit a lot from having this kind of option :-)
We want to subscribe to some cable tv channels for our staffs. We got 9 channels offered and we're going to subscribe to 6. We want our staffs to vote so that the highest number of votes for the 6 channels will be subscribed.
This post has a jQuery solution to accomplish this:
http://forum.gravityhelp.com/topic/limiting-the-amount-of-checkboxes-that-can-be-checked
This is something we would like to add in a future release as a native feature, however right now it can only be accomplished as a customization via jQuery.
Carl, thank you so much. So do i just import jquery and insert this additional script in the header to make it work? Replacing the number of entries i want to submit with (n)?`
You would want to use WordPress enqueue function to call jQuery and then insert this script on your page to make it work, replacing the necessary code to do what you want to do as far as number of selections, etc.