- Posts: 4
- Thank you received: 0
registration confimation forwards to wrong page
- krisgunn
- Topic Author
- Offline
- New Member
-
Less
More
13 years 5 months ago #12660
by krisgunn
registration confimation forwards to wrong page was created by krisgunn
Is there any way to make the page forwarding ( to the website root index page) that occurs when you press " registration confirmation " forward to a different page. My site has a large picture on that page and I am afraid that registrants will not scroll down and realize they have not actually finished registering.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 5 months ago #12666
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: registration confimation forwards to wrong page
Can you please send me the link to your site so that I can try and understand the problem you are having ?
Tuan
Tuan
Please Log in or Create an account to join the conversation.
- krisgunn
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
13 years 5 months ago #12682
by krisgunn
Replied by krisgunn on topic Re: registration confimation forwards to wrong page
Well I've worked around it to launch the site, so it may be hard to imagine.
I used to have a front page with a photo in the header that filled up the screen. I have made a mockup front page to show you how the main page - index.php - used to look so you can imagine it. The front page was really for the photo. There was only one link on the top of the page to conference details.
But I couldn't delay the site launch for such a small glitch. So I have now moved the photo (of the poster) to a small version in an article on the current front page . So you can't see the issue anymore.
When you process a form, at the stage where you press the registration confirmation - just before you are forwarded to paypal - you are redirected to the home page (index.php) , but an index page with no articles on it - an empty page in the default home page style. So when I used the old homepage with a header with the large photo, all you saw was the photo (since the photo was not in an article, but in the header, it still appeared on the page). Unless the registrant thought about it, he or she might not scroll down past the photo in the header, and might not finish the registration process. (You can test this out by registering on the the registration page .You won't have to do to the last (payment step).
It works without problems the way I have currently re-arranged it, but I really wanted to have the front page with the large poster. I thought if I could forward the registration processing to a page of my choice, I could have the index.php of my design without confusing my registrants.
I used to have a front page with a photo in the header that filled up the screen. I have made a mockup front page to show you how the main page - index.php - used to look so you can imagine it. The front page was really for the photo. There was only one link on the top of the page to conference details.
But I couldn't delay the site launch for such a small glitch. So I have now moved the photo (of the poster) to a small version in an article on the current front page . So you can't see the issue anymore.
When you process a form, at the stage where you press the registration confirmation - just before you are forwarded to paypal - you are redirected to the home page (index.php) , but an index page with no articles on it - an empty page in the default home page style. So when I used the old homepage with a header with the large photo, all you saw was the photo (since the photo was not in an article, but in the header, it still appeared on the page). Unless the registrant thought about it, he or she might not scroll down past the photo in the header, and might not finish the registration process. (You can test this out by registering on the the registration page .You won't have to do to the last (payment step).
It works without problems the way I have currently re-arranged it, but I really wanted to have the front page with the large poster. I thought if I could forward the registration processing to a page of my choice, I could have the index.php of my design without confusing my registrants.
Please Log in or Create an account to join the conversation.
- krisgunn
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
13 years 5 months ago #12685
by krisgunn
Replied by krisgunn on topic Re: registration confimation forwards to wrong page
There actually may be a much simpler solution - a Joomla solution I haven't thought of.
Please Log in or Create an account to join the conversation.
- spitjack
-
- Offline
- Elite Member
-
Less
More
- Posts: 234
- Thank you received: 4
13 years 5 months ago #12716
by spitjack
__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a worker called a 'jack', a middle English word for an ordinary laborer (eg jack of all trades, steeplejack, lumberjack). Today, this job is usually referred to as a 'pitmaster'.
Replied by spitjack on topic Re: registration confimation forwards to wrong page
I was having the same problem, and discovered the app was sending me back to sitename.com/default.php, instead of index.php. I added a small 'default.php' with the following code, and it solved the problem. It solved several problems, actually.
Obviously, replace with your site domain.
I don't know if it will work for you, but it did for me.
Code:
<?php
header("Location:http://domain.com");
?>
Obviously, replace with your site domain.
I don't know if it will work for you, but it did for me.
__
a 'spit' is a rod upon which savory food was roasted, turned in ancient times by a worker called a 'jack', a middle English word for an ordinary laborer (eg jack of all trades, steeplejack, lumberjack). Today, this job is usually referred to as a 'pitmaster'.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.