Removing Options (right side) from Registration page?
PermalinkAttached file... I just want it to redirect to a different page or else change the "Return to Home" link to say something else and have a different link.
Try this:
- Go to sitemap
- Select the page where you want to redirect to after registeration
- Click the "Properties" menu of that page
- See the "Page ID" number next to the page name from that page and remember that
Now, edit your template where you have the link to the registration page. To the end of that link add this: "?rcID=123" where you replace the "123" with the page ID you just looked for.
So after this change the registration link should look something like this:
/register/?rcID=123
After the registration it should now redirect the user to that page. But of course someone might end up to that page e.g. from Google without that parameter when they would still see the original message.
Edit the attribute you want to hide and uncheck the "Show on Registration Form." option.