Jump to content

Recommended Posts

Posted

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!

Posted

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('---');

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...