I have setup a series of courses in WIX Bookings. The courses are setup in sequential order with no overlap between courses. So the first course starts on January 19th and runs for six weeks. There is a two week gap between the end of that course and the beginning of the next, which starts on March 16th. This pattern repeats through the remainder of the year.
I want to setup a dynamic page and have it filter the results so that ONLY the next available class is displayed. Meaning, if today is January 1st, I only want the January 19th class to display on the page. As of January 20th, I no longer want the January 19th course to display, but rather the March 16th class - which would be the next available.
I would appreciate any guidance regarding the java script and other configuration that would be required to get this setup.