Book an appointment

Where:
Hide in search:
The plugin creates bookings as a custom …
In the text, the <!– more –> flag allows you to separate the text. The section above (may) will also be included in email notifications. In the absence of text, the …
In the first step, the user selects the (s) or time of the booking on the booking page. Until a date is selected, the form cannot be submitted.
He then fills out the form. The required fields on the form are defined in the template file, which can be …
The booking form is customizable. The form is free to define HTML input elements that can be referenced and/or in email notification templates later on display.
A single <input> element is absolutely necessary for the system to work properly:
<input type=”email” name=”email” …
It is essential that you add the page’s authentication link in the „Authorized redirect URIs” block when generating the key. It will be something like: …
[NAME] -> Your name:
[EMAIL] -> Your …
The plugin first looks for email templates in the (child) theme used by the page, in the …
Display data in calendar
function book_an_appointment_961_booking_render_content_html($data) {
$data = unserialize($data);
return $html;
}
add_filter( …