Support Forum

Page landing after registration

SP SPQC
SPQC
Member

This works well but is there a way to block the special page that is hown after regitration from being called directly?

 

Something similar to passing a variable I guess but I don’t know how a WP page can be modified to look if variable is present before displaying it.

 

Thanks

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

on forum – components – login and registration have you specified a redirect url??

SP SPQC
SPQC
Member

Yes but I’d like that page to show ONLY if some have completed the regitration.  What I was saying is that I would not want people to directly enter the URL and see that page.

MP Mr Papa
Mr Papa
Member

what?  sorry, not following…  if they dont complete the registration, they wont get redirected…  it only redirects on successful registration…

SP SPQC
SPQC
Member

Well..  let’s say you define your successful registration at https://simple-press.com/support-forum/welcome then when someone get there and decide to share it, anyone can click and get there or enter the URL.

 

I don’t plan to display sensible information or anything that really matter on that page but it would just make sens that this page could not be loaded without coming from the resitration process.  I was simply curious if this could be done.

MP Mr Papa
Mr Papa
Member

not as it stands now…   you would have to write a plugin and do the post registration via ajax…