FEU - silent form and returning to a specific page
Posted: Thu Nov 20, 2008 4:10 pm
Hi,
I use a link at the top for login/logout purposes. The only thing I can't get to work is the returnto function.
This doesn't work:
However, when I remove the form='silent', it doesn't look nice, but actually brings me to the page I want when logging out:
Any idea why there is a difference in function?
Thanks
I use a link at the top for login/logout purposes. The only thing I can't get to work is the returnto function.
This doesn't work:
Code: Select all
{FrontEndUsers returnto='start' form='silent'}{$link_logout}
Code: Select all
{FrontEndUsers returnto='start'}{$link_logout}
Thanks