Category
Info
Description
Location
Create your booking
Issues as described in messages --> Crocoblock support
Additionally as you can see in the form submit actions I want to send 2 emails.
One is for the customer and the other one is for the property manager. But what I have seen is that the property manager email is also exposed which in some cases it should not. This should happen server side or totally hidden. Now it’s setup via a hidden field so it can be quickly added via options. But it’s exposed. In some cases they don’t want to show their email or other informatin. My best guess it to write a custom hook that will take the basic information from the form and the rest will be done server side just like jetbooking. But the same for CPT.
Below is an image of some exposed information. So someone can manipulate values and also see some things which I want to add to the CPT when booking created. They can manipulate price, status etc. This won’t happen for the booking itself because it revalidates server side but the same doesn’t happen for the CPT
+
Since we’re working with jetbooking if you could please answer me for the price in the booking form calendar.
The booking price is shown correctly but in Europe mostly it is € instead of $. Hardcoded in JetBooking is dollar sign.
It’d be nice to have the ability to set the sign manually. Currently what I do is open jetbooking plugin and change it
from there manually. But with each update it reverts back.
Should I also for better practice write a custom hook to change this instead of hardcoding?