submit button text disappears
-
When this plugin is activated, the submit button text becomes null. This is due to a line of code that sets the text to null:
invisible-recaptcha/trunk/engine/PublicEngine.php@1613633
Line 71: holder.innerHTML = ”
I don’t see the reason behind this line. Holder is a reference to the submit button that has {$holderClassName} class (inv-recaptcha-holder by default).
Removing this line solves the problem.
- The topic ‘submit button text disappears’ is closed to new replies.