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
Hello,
How could I redirect the users that book an appointment to a url of my choice?
I want this so that I can track with Google Analytics how my users act through the website, which are the users that book my appointments and where they come from.
I can put an "href" in the last button code before submiting the appointment, but I would love if you would point me to where this part is.
Thanks,
Ivan
Hi Ivan,
You can create some JS file and include it on the page where your booking form is located. In that file add a click event on this button, so when user click on it it will redirect the user on some page. Also you need to make sure that request to the server is done, so that appointment will be saved in the database, so you need to add some timeout to the click function.
We will probably add feature like this on the settings page in one of the future releases but at the moment it is possible just with some JS coding.
Thanks for the help Milos, I was thinking about something like that and I think I will be able to get it. Great support and help !