Arkaine Posted August 19, 2013 Posted August 19, 2013 If there is only one option for Year, can it be automatically selected (or hide the dropdown altogether)? If there is only one option for Subject, can it be automatically selected (or hide the dropdown altogether)? Thanks Nick!
nickbro Posted August 19, 2013 Posted August 19, 2013 This will be added to the next release, for the subjects box the code is: (line 109) <%if (config.BookingSystem.Subjects.Count > 1) { %> - Subject - <%} %> For the year box the code is: (line 442) if (curres.Years.length > 1) $("#bfyear").append('---');
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now