Hey Alex,
first of all, terrific work and thanks for making it open.
For the record, I am using a self-hosted instance of the application (not the Wordpress plugin)
I have 2 questions about the booking form
1) Where does the booking form read the timezone from? I have setup the following
Linux box:
# cat /etc/timezone
Europe/Stockholm
# timedatectl |grep -i "time zone"
Time zone: Europe/Stockholm (CEST, +0200)
And then in /etc/php/8.1/apache2/php.ini in have the following:
date.timezone = "Europe/Stockholm"
However, when the form loads, I see that the timeone comes up as Berlin
Where is this coming from and how can I change it to much what I have set up on the Linux box
Question 2: Is there any customization that can be done on the first step of the booking form. For example, mine looks like this:
The last line contains important information that seem to blend in with the description. Is there anyway to make them "pop off " a bit? Maybe have them as an <ol> or make them a bit more visible?
Thanks again for the amazing work!
/DS