Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420042

    Hey there,

    is there a way to hide the math-placeholders question mark, if the input-field is in focus ?

    I use your form-element inside a client’s website and it seems that a lot of people are in trouble to solve the maths problem, cause they are confused to solve it the right way. It would be nice, if there is a way to hide it after someone clicks into this input-filed.

    Thank you.

    #420116

    hi :)

    open file class-form-generator.php in folder framework/php/
    look around line 611 for
    $this->elements_html .= ” <span class=’value_verifier_label’>$number_1 + $number_2 = ?</span>”;
    remove “?” before the closing </span>
    that way only “=” remains visible and it’s logical to put something after that :)

    #420548

    Hey Bruno

    Please refer to @vernontrent’s post above

    @vernontrent
    thanks :)

    Cheers!
    Yigit

    #420556

    Hello @vernontrent,
    hello Yigit,

    that’s really easy : )

    Thanks for it!

    Best regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide captcha's question mark input:focus ??’ is closed to new replies.