SOLVED: return parameter not working
Posted: 12 March 2008 12:15 AM   [ Ignore ]
Member
RankRankRank
Total Posts:  100
Joined  2007-03-12

Ok my registration form resides on -

forms/registration

I put this in my parameters -

return=“forms/thank_you”

but it redirects to -

index.php/forms/registration/forms/thank_you

Any ideas?


UPDATE: I used -

return="/index.php/template_group/template"

Profile
 
 
Posted: 12 March 2008 05:50 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Yes, ideally, you might want to use something like:

return="{path='template_group/template'}"

 Signature 

Check out the new Solspace Blog!

Profile