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
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
Thanks in advance ; )