As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I have used the short codes and I need multiple select employee wildcard.
Currently, When I go to the book appointment I can choose: "Any employee" that leads me to a full calendar- this is an "everyone in a query" but there are no wildcards.
here are my attempts:
[ameliabooking category=6 location=1 employee=*]
[ameliabooking category=6 location=1 employee=0]
[ameliabooking category=6 location=1 employee=1,2,51]
I really want to show my available appointments WITHOUT forcing the user to choose a person. All my employees ( moderators) work 1-3 shifts and they are the only person working in that time slot. So my customers want a slot and do not care who the employee is.
Hello Dean,
You will find all of the possible Amelia shortcodes that you can use on your pages here https://wpamelia.com/amelia-shortcodes/ . The shortcodes you noted are not an option, as they can only be with one employee's ID, not many, and that must be one of the IDs of the employees created in Amelia (not 0 or *).
There isn't a shortcode without employee selection, but if you don't want to have it on the front-end, you can hide it with adding custom CSS. To achieve this, please try adding this format HTML to the page where you have your Amelia shortcode :
and let me know if it helped. In this case the Any employee option would be the default option and a random employee would be assigned to each booking (depending on their work hours of course).
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Thanks but on my test page:
https://allandalegroup.org/service/testcal/
<style>
.el-form-item.am-select-employee-option {display:none;}
</style>
<strong> [ameliabooking category=6 service=5] </strong>
the page forces me to click the continue button.
Rather than landing on the next page.
Please advise & Thank you.