is it possible to add a direct link like an HTML link to go directly to the calendar for booking a specific service?
For example, on my page I would like to add text like this:
Please click on Service1 to book your appointment.
And when the client clicks the link Service1 it appears the page with the calendar for the Service1. It is like to have an HTML link www.domain.com/booking?service=1
The same I would like to use for the menu widget in WordPress, using a custom link, so if a client clicks on the custom link Service1 goes directly to the Calendar for Service1.
Starting from Amelia 7.4.2, users can pre-select a list of entity IDs separated by commas, which will be automatically pre-filled on the form. The following list of URL parameters can be added to achieve this:
ameliaEventId: The ID of the event that will pre-filter Event-related shortcodes;
ameliaEventTag: A specific tag added to an event that will pre-filter Event-related shortcodes;
ameliaServiceId: The ID of the service that will pre-filter appointment-booking shortcodes;
ameliaEmployeeId: The ID of a specific employee that will pre-filter appointment-booking shortcodes;
ameliaCategoryId: The ID of a specific category that will pre-filter appointment-booking shortcodes;
ameliaLocationId: The ID of a specific location that will pre-filter appointment-booking shortcodes (can only be used for Service-related booking forms, not Event-related booking forms);
ameliaEventPopup: Enter the event ID of the event to be opened on page load.
Hello,
is it possible to add a direct link like an HTML link to go directly to the calendar for booking a specific service?
For example, on my page I would like to add text like this:
Please click on Service1 to book your appointment.
And when the client clicks the link Service1 it appears the page with the calendar for the Service1. It is like to have an HTML link www.domain.com/booking?service=1
The same I would like to use for the menu widget in WordPress, using a custom link, so if a client clicks on the custom link Service1 goes directly to the Calendar for Service1.
Is it possible?
Best regards
Andrea
Hello Andrea,
Thank you for reaching out to us.
Starting from Amelia 7.4.2, users can pre-select a list of entity IDs separated by commas, which will be automatically pre-filled on the form. The following list of URL parameters can be added to achieve this:
- ameliaEventId: The ID of the event that will pre-filter Event-related shortcodes;
- ameliaEventTag: A specific tag added to an event that will pre-filter Event-related shortcodes;
- ameliaServiceId: The ID of the service that will pre-filter appointment-booking shortcodes;
- ameliaEmployeeId: The ID of a specific employee that will pre-filter appointment-booking shortcodes;
- ameliaCategoryId: The ID of a specific category that will pre-filter appointment-booking shortcodes;
- ameliaLocationId: The ID of a specific location that will pre-filter appointment-booking shortcodes (can only be used for Service-related booking forms, not Event-related booking forms);
- ameliaEventPopup: Enter the event ID of the event to be opened on page load.
Examples:Event URL:
Booking Form URL:
Please note that these are examples and not live websites. They demonstrate how a URL with predefined parameters would function.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you,
it was exactly what I need
Andrea