Carelkat Posted March 2, 2014 Share Posted March 2, 2014 Hi, I hope you are well I have a dropdown menu and the next part of the form is checkboxes. I would like to make it so that what ever option you choose with the dropdown menu, must limit the amount of check boxes you can tick. So if you choose a package from the dropdown menu where you would like to play 2 courses, in the next part of the form you are only allowed to tick 2 courses from the tick boxes. So if you pick two courses, the other must fade out or some pop up message must appear to tell the user he can only choose two courses, or even after you hit the submit button it the error message can appear to choose the right amount of courses. Is this possible with PHP or is there some jQuery plugin that can do that. Thank you Quote Link to comment Share on other sites More sharing options...
trq Posted March 2, 2014 Share Posted March 2, 2014 It is possible to do with php, but it would be much better done client side using JavaScript. Quote Link to comment Share on other sites More sharing options...
Carelkat Posted March 2, 2014 Author Share Posted March 2, 2014 Thank you, I found a few java scripts to limit the amount of checkboxes. I will check them out. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.