Login button click not working
|
11-11-2015, 10:26 AM
Post: #1
|
|||
|
|||
Login button click not working
Hi,
I've tried the steps mentioned in the documentation, yet button click is not working for me. Here's my HTML: <form class="marketing"> <input id="username" name="username" class="type_email"> <input id="password" name="password" class="type_password"> <button name="submit" class="button" type="button"> <span>Log in</span> </button> </form> Here's my code: combineSteps navigate https://myLoginUrl setValue name=username myUsername setValue name=password myPassword submitForm className=marketing navigate and setValue are working perfect. |
|||
11-13-2015, 02:13 AM
Post: #2
|
|||
|
|||
RE: Login button click not working
Does the form have an action? That appears to be missing from the markup (i.e. where it submits the form data to).
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)