Skip to content

[REGISTER_STEP1] matching error

Hi
In case bellow, i was expecting Ser to choose the green , not the red.
What my error ?

image,

[REGISTER_STEP1]
url must have1=register.php
form name=register*|*Proceed*|*Kay*t ol*|*Terminer*|Poursuivre*|Inscription*
form url=*register.php?do=addmember|*register.php?do=checkdate
form id=registerform

[REGISTER_STEP2]
form name=register*|*Proceed*|*Kay*t ol*|*Terminer*|Poursuivre*|Inscription*
form url=*register.php?do=addmember|*?mlvl=-1*
form id=registerform
url must have1=register.php

[REGISTER_STEP3]
form name=register*|*Proceed*|*Kay*t ol*|*Terminer*|Poursuivre*
form url=*register.php?do=addmember
form id=registerform
optional form=1



How to get details about why did Ser did match that result ?

Comments

  • SvenSven www.GSA-Online.de
    you forgot the * in form name. It should read:

    form name=register*|*Proceed*|*Kay*t ol*|*Terminer*|Poursuivre*|*Inscription*
  • perfect !!!
    thank you so much.
Sign In or Register to comment.