sometimes on the same page I have 2 different forms. A or B - but never A and B
For form A I'd like to have STEP1 and for B STEP2
How to do this?
Comments
Sven www.GSA-Online.de
If it's just a different form then it is ok to manage that in the same STEP. You can define more than one form match using...
form name=name-form1|nameform2
form id=id1|id2...
form url=....
---
However if this is too complicated, you can also use "modify step" and "modify step condition".
AdamS Australia
edited September 2015
I'll try - thx
Two more questions
Sometimes, on a website I have captcha (for example if i put 3 times wrong password).
form id=login-form
loginMail=%login%
password=%password%
rememberMe=true
_rememberMe=on
targetUrl=
but if captcha exist for example captcha=%captcha%
2nd question
submit success and submit failed work only in STEP1 LOGIN1 etc ?
AdamS Australia
I have found answer for question 1
Just please answer for:
submit success and submit failed work only in STEP1 LOGIN1 etc ?
Honeybee918z 607 8th Avenue Youngstown
You have to understand that how to manage both of the steps, you can do it in the single step if you come to know how to do it. If there are two steps you have to learn how to manage them.
Sven www.GSA-Online.de
>submit success and submit failed work only in STEP1 LOGIN1 etc ? Yes
Comments
If it's just a different form then it is ok to manage that in the same STEP. You can define more than one form match using...
form name=name-form1|nameform2
form id=id1|id2...
form url=....
---
However if this is too complicated, you can also use "modify step" and "modify step condition".
Yes