.formResult deeplink login missing?

0
I'm using the deeplink widget, together with it's login.html. For this login.html I'm using a custom login.css to style it just like my regular login screen (when no deeplink is being used). However the login.html seems to be missing the .formResult div, which shows a message when a wrong userid/password combo is used. Can I add it myself, and if so how should it be called? Any examples would be greatly appreciated.
asked
1 answers
0

Hi Erdal,

The structure of the login.html of the deeplink differs from the default login.html as it is rendered in a different way. (The login feedback is rendered using the {RESULT} template key).

You can however freely change the html as long as the templates keys and form structure remains the same.

answered