Hi
I'm trying to get the form monitor working against a web app of ours and not having a lot of joy. Has anyone run into/overcome similar? Settings are as follows (overridden from template):
Login Form Keywords: (login) Login Control Keywords: (email) Password Control Keywords: (password) |
When I test this, it fails with the error message:
Login form name = login has only 1 inputs. At least 2 expected. Page contains 1 form(s). Form 'login' inputs: ('camefrom' 'email' 'password' ); Assumed form with name = login as login form |
The error message might be a little clearer. The login form has only 1 input - it then goes on to list the 3 inputs it has. Does this mean that its not matched the user/pass fields? Is there any way to get a more helpful error message rather then blindly change things and hit refresh?
Thanks!