Redirect to a page after confirming or cancelling an appoinment.
Hi Nikola,
First of all, great product you created! Thank you.
After confirming or cancelling an appointment, a page is displayed with a message
"Appointment has been confirmed"
Then, after few seconds the page takes you to the root page of that server. Is there a way to change the URL of where is it going after a confirmation or cancellation has been made?
Respectfully,
Arturo de la Mora
First of all, great product you created! Thank you.
After confirming or cancelling an appointment, a page is displayed with a message
"Appointment has been confirmed"
Then, after few seconds the page takes you to the root page of that server. Is there a way to change the URL of where is it going after a confirmation or cancellation has been made?
Respectfully,
Arturo de la Mora
3 Answers
Best Answer
Here is example from documentation https://easy-appointments.com/documentation/hooks-and-callbacks/#email-action-redirect
Hi, atm you can alter redirect url by adding custom code. There are hooks that you can use to do that. For conformation there is a filter called ea_confirmed_redirect_url
and for cancellation ea_cancel_redirect_url
. Should be simple to add code for that. Do you know how to use filters? :)
Best regards,
Nikola
Please login or Register to submit your answer