requiring registration for content access, how to return=this ? 
Posted: 19 September 2008 04:20 PM   [ Ignore ]
Newbie
Rank
Total Posts:  6
Joined  2006-05-01

I’m using the user module, plus Leevi G’s access:restrict_to to force a custom registration (including email as username and a default password with no activation) just to capture lead data before allowing access to certain content.

Question: I am invoking {exp:user:register} for users who are not logged in/cookied, but how do I allow them to continue to the correct content (dynamically derived from various weblogs) once they have completed the form?

Profile
 
 
Posted: 21 September 2008 09:38 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

Are you referring to how to get the user to complete the registration form, and continue where they last left off? smile

I think if you leave the return parameter out, it should do that automatically… maybe not.

Otherwise, why not have the Return parameter fill up with Segment variables:

{exp:user:register form_name="some_name" return="{segment_1}/{segment_2}"}

 Signature 
Profile