Page not found when Participant logs out from Main Page

Options
How do I direct the system to go back to the home page when participants log out from the main page.  When they log out from their participant centers, it goes back to the home page.


Tagged:

Comments

  • You can create your own logout link with the following pattern


    If you want them to log out to whereever they are at moment
    <a href="UserLogin?NEXTURL=[[T1:[[E130:"[[S8]]" "&amp;" "&" replaceall]]]]&amp;logout=Sign+off">Logout</a>


    Otherwise
    <a href="UserLogin?NEXTURL=WHERETOGO&amp;logout=Sign+off">Logout</a>


    note: change that "WHERETOGO" with the URL of where it supposed to go


    Otherwise if it's a Participant Center like you said, you should see a setup within that PC2 instance where you can define the logout redirect to  (should be under #2. Configure Options > 2. Page to Display After Participant Logout)


    regards,

    Daniel

Categories