I use Experthive and on the listing page, customers can book with selecting the date and time. I’d like to insert a placeholder for the date and the time fields.
I came across the following snippet:
And assumed I might be able to use that code, if I new the name of the form. In the following link it was suggested to find the form name in the hivepress directory /includes/forms but in my theme’s includes directory there are no forms.
https://hivepress.github.io/hook-reference/hivepress_v1_forms_%257Bform_name%257D.html
Could a code snippet be provided for inserting a placeholder for the date and time fields on the listing page?
Thank you in advance!