Hi,
I am having trouble resetting the login and password fields when the user clicks the logout button.
I am assuming this following code should work:
Appery("loginpage").find("input[type=text]").val("");
Appery("loginpage").find("input[type=password]").val("");
I have tried setting in on successful logout as well as on login page load.
Neither seem to work.
Any ideas what may be causing the issue?