I have a customised $$LoginUserForm that uses a specific subform based on the value in the HTTP_Referer field. All is fine if the user enters a proper username and password. Unfortunately when a user enters the wrong username and password, the user is redirected back to the names.nsf version, which looks substantially different than the customised one they were originally presented with.
I’ve got the following formula in the RedirectTo field:
@If(ReasonType=“1” | ReasonType = “2” | ReasonType = “3” ; “/web/database.nsf/Main?OpenFrameset”; “/”)
but it’s not working.
I’ve searched the forum but can’t find much on this problem.
Any help is appreciated.
Thanks.