Trouble with Drop menu for time slots on a booking form

Hi Guys,

This is my first post on the forum. I’m a total beginner to PHP so forgive me if my lack of knowledge. I have been on other forums though and always have great respect for the guys and girls on there that help othewrs with their knowledge.

I run a recording studio just outside of London, i have used wordpress to build my website. I recently purchased a plug in called ‘wordpress booking calender - small business’. I am trying to customise the drop menu to add more time slots. I have accessed the correct place to change these however when i try changing something the menu disappears and displays only what i have written and what was already there in code. :’(

Here is what is currently written :

Select Times:
[select rangetime "09:00 AM - 10:00 AM@@09:00 - 10:00" "10:00 AM - 11:00 AM@@11:00AM - 12:00PM" "11:00 AM - 12:00 PM@@13:00 - 14:00" "12:00 PM - 13:00 PM@@15:00 PM - 16:00 PM" "13:00 PM - 14:00 PM@@17:00 - 18:00"]

I want to display 1 hour slots going from 09:00am all the way through to 22:00pm.

Here is the web address to that page www.rootsoverrock.co.uk/booking

I have emailed the developers of the plug in but have yet to get a response. Any help here would be greatly appreciated.

Kind regards,

Jack

what did your edited code look like? this uses shortcodes, so we can’t actually see the php. maybe someone is familiar with the plugin.

did you try this:

[php]

Select Times:
[select rangetime “09:00 AM - 10:00 AM@@09:00 - 10:00” “10:00 AM - 11:00 AM@@10:00 - 11:00” “11:00 AM - 12:00 PM@@11:00 - 12:00” “12:00 PM - 1:00 PM@@12:00 - 13:00” “1:00 PM - 2:00 PM@@13:00 - 14:00”]

[/php]

does that show individual hours from 9am to 2pm? if so it’s just a matter of adding the rest in but the code is simple, if not you want someone more familiar with this plugin, or to paste the plugin code.

Thanks for the response, i’ve managed to get it right how i want it now. Here is the correct code for reference.

p>Select Times:
[select rangetime “09:00 AM - 10:00 AM@@09:00 - 10:00” “10:00 AM - 11:00 AM@@10:00 - 11:00” “11:00 AM - 12:00 PM@@11:00 - 12:00” “12:00 PM - 01:00 PM@@12:00 - 13:00” “01:00 PM - 02:00 PM@@13:00 - 14:00” “02:00 PM - 03:00 PM@@14:00 - 15:00” “03:00 PM - 04:00 PM@@15:00 - 16:00” “04:00 PM - 05:00 PM@@16:00 - 17:00” “05:00 PM - 06:00 PM@@17:00 - 18:00” “06:00 PM - 07:00 PM@@18:00 - 19:00” “07:00 PM - 08:00 PM@@19:00 - 20:00” “08:00 PM - 09:00 PM@@20:00 - 21:00” “09:00 PM - 10:00 PM@@21:00 - 22:00”]

Thank you

Sponsor our Newsletter | Privacy Policy | Terms of Service