Hi,
1. You need to setup business hours with only one time slot. For example: 9:00 – 19:00, duration 600 minutes.
After, open the Mode tab of Webba settings page and enable the “Skip time slot selection” option.
2. Please, add this css code in your theme:
.wbk-col-4-6-12 {
width: 50% !important;
}
3.There is no option to show customer names in the popup calendar, but there is an option to show names in the time slots (add #username placeholder in the “Booked time slot text” option on Translation tab of settings page). “Show booked time slots” option need to be enabled.
1. ok
2. it works, great!
3. ok…! Maybe could be something to add in the next release? 🙂
because it will more quickly to see if someone (and who) has booked something.
Another question:
I’m working with CF7 and reading the documentation:
http://webba-booking.com/documentation/working-with-custom-fields/
I need only one field in the form.
When i create a custom form with CF7 i can’t book. Why?
Thanks
3. Popup calendar is 3d party component, we will try to embed additional custom data in the calendar, but I’am not sure it’s possible. We have an alternative solution: dropdown instead of popup calendar (“Date input” option in the mode tab). It’s possible to include information about who booked the slots in the list. Let us know, please, if using dropdown will be a solution, and we will include more options to customize the list.
Question about the form. You need as minimum email and name in the form. Would you mind to post the code of your form here?
I want to create a really simple car booking for my office coworker.
We are 15 people and we have 2 cars, it will useful to have a simple booking system only for us.
So, we don’t need to insert our email every time… for us is ok only the driver name (required) and, maybe, the destination.
Your plugin works ok for us.
It will nice to have only a big calendar for:
1. See who has booked the cars
2. If a box of the day calendar is blank or a service is available, click on it and fill a couple of info for book a car…
thanks for your support
I’ve looked if we can add information directly in the popup calendar, and unfortunately we can not. Maybe in the new versions we will add another calendar with more features.
To make the booked date not available in the calendar, please set the “Disable booked dates in calendar” option in the General tab of settings page.
About the form, you can do the following:
1. create the form with the code:
<label for="wbk-name">Your name (required)</label>[text* wbk-name class:wbk-text id:wbk-name]
[text* wbk-email class:wbk-text id:wbk-email "test@yourdomain.com"]
IMPORTANT: replace test@yourdomain.com with your website service email (for example info@ … ).
2. add this css code in your theme:
.wbk-email{
display:none !important;
}
3. open the General tab of Webba settings page and set the “Phone field is required in the booking form” to “no”