Hi, I’d like to see a time stamp for when the reservation request came in. Is it possible to have this show in the bookings database? I’d like to track how long it takes my staff to confirm reservations that come in through the system. Thank you!
To do this you’d need to write a little bit of custom code to save the date as post meta. If you’re comfortable writing code and using WordPress’s hooks system, the developer documentation includes a lot of code samples that can help you get started: