Skip to content

form match by input fields?

andrzejekandrzejek Polska
edited August 2019 in Need Help
Imagine 4 forms on a web page,

[-] match: 000, name: , id: , class: search-form, url: https://domain.com/
[+] match: 001, name: , id: , class: hide, url: https://domain.com/
[-] match: 000, name: , id: , class: form-horizontal, url: https://domain.com/
[-] match: 001, name: , id: , class: , url: https://domain.com/

The form class is not a good way to select a form in this case.
But one of the forms has the required input fields that i defined in the .ini:

field1=%leave%
field2=%leave%
field3=%leave%
url=%url%

Why SER did not recognize the correct form by input fields? Even tho the correct form has the url input, and the other 3 inputs, while other forms dont have these fields?

Comments

  • SvenSven www.GSA-Online.de
    It uses that as well if it e.g. Can not get  the Form name, Form ID or Form class. 
Sign In or Register to comment.