Hi,
Yes, it’s possible, but this is something you need to implement yourself. You need to pass the dates in some way and then handle the request on your other website.
Here there is an example (second snippet):
https://docs.wphotelier.com/article/59-redirect-to-external-website
In that example, the dates are passed as GET parameters. For example:
https://example.com/your-url?checkin=20200118&checkout=20200120
Best Regards
Ok, so I followed your instructions and added the code to a child theme functions file but it doesn’t seem to work
http://terraces.designid.com.au
Here’s the code
https://codeshare.io/GbmxOq
Any ideas?
As explained in the link above, the first part of the code is not for the datepicker, but for the link of the reserve button (the button at the end of this page):
http://manila.wphotelier.com/available-rooms/
The code for the datepicker is the last one in this page. Dates are passed as POST parameters, so just read them in some way on the other website.