Calendar for specific service not working
-
I am currently trying to setup a simple booking system for classes. The location / service /worker setup is as follows:
id 1: Location
id 1: Class
id 2: Instructor Available
id 1: _dummyWorkerI would like to add a second service that allows instructors to register their availability to take classes but I want the student calendar to only show the student service and instructor calendar to show the instructor service. According to the FAQ this should be accomplished by simply doing:
[ea_bootstrap worker=”1″ location=”1″ service=”1″] for the student booking form
and
[ea_bootstrap worker=”1″ location=”1″ service=”2″] for the instructor formHowever in both cases I am presented with a service drop down featuring both am i missing something or is this functionality not working?
Thanks for any help.
- The topic ‘Calendar for specific service not working’ is closed to new replies.