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.
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 :)