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?
