We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25308
    • 46 Posts
    HI all,

    I have the Login package installed on MODx Revo,...

    I’ve noticed something strange. When users register through Firefox they are redirected to my "Thank you for registering" page indicated in my call.
    &submittedResourceId=`29`


    When Users login using a Internet Explorer browser they are redirected to my login page after completing registration.

    Is there a work around for this or should I scrap the redirect and just make a "success" message?

    If I go the "success" message route does anyone have a better explination of the "success" message proccess?

    From what I’ve seen in the documentation it would go something like:

    &successMessage=`Thanks for Registering`, &successMessagePlaceholder=`success`
    


    And the call for the message in the text as
    [[+success]]


    Is that right or am I shooting in the dark here? There is info on this in the Formit docs but not in the login,... the formit says to include the fi. in the call (to indicate its a formit message) but does that mean I should add registar. to the call for my purpose? like
    [[+register.success]]


    Thanks in advance ; )
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Could be a problem with the way the redirect is coded. IE (of course) sometimes uses different code to redirect.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 25308
        • 46 Posts
        Quote from: sottwell at Aug 16, 2011, 11:47 AM

        Could be a problem with the way the redirect is coded. IE (of course) sometimes uses different code to redirect.

        Hi thanks for the reply.

        I’m using the typical redirect call of
        &submittedResourceId=`29`
        .

        Do you think its safer to go with the success message?