Hi,

I am trying to add a field to my content type that allows me to select a available date plus time slots. Do you know any module? I tried availability calendar module. It seems to me it allows to book by the date only not by the date and time slots.

Thanks,
D

Comments

VM’s picture

Have you tried the first result @ http://bfy.tw/1Glf

webdev100’s picture

I did enable the booking time slots dev version and I get this error:

This module requires PHP version 5.3.* and is incompatible with PHP version 5.2.17.
VM’s picture

which indicates that you need to consider upgrading your PHP version in your testing environment to determine its worthiness for a production environment or look for other alternatives in contrib. I'm not sure what else is there. You may need to write your own module.

webdev100’s picture

I went to module page and I did not see PHP listed. Do I just update php module?

VM’s picture

PHP isn't a module in Drupal. It's software that Drupal runs on. It's part of your server environment. You should speak to your host.