How to redirect after registration

More
8 years 7 months ago #69683 by Manny
How to redirect after registration was created by Manny
How can I have the page redirect after the end user has completed their registration?

Thanks in advance?

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #69704 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to redirect after registration
Hi Manny

Currently, we don't have that option in the extension. So you will need to customize the code to redirect to the page you want :

1. Open the file components/com_eventbooking/view/complete/html.php

2. Look at function display

3. At the beginning of that function, enter the code:
Code:
JFactory::getApplication()->redirect('http://theurlyouwant.com');

Of course, you need to replace theurlyouwant.com with your actual URL of the page you want to redirect to

Regards,

Tuan
The following user(s) said Thank You: Melissa Minchala

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc