Hi guys! I'm a total noob, guys. Please help, I'm going to be filling that form for the next few years every month probably. Below the captcha I have to fill
Captcha:
<div class="form-inputs" style="font-size: 15px;">
<p style="font-size: 15px;">* Equation: <span id="captcha-operation" style="font-size: 15px;">3+5</span> equals:
<input data-contrast="placeholder" id="captcha-input" name="captcha" maxlength="2" onkeyup="this.value = this.value.replace(/\D/g, '')" style="" aria-required="true" aria-invalid="true" class="error" aria-describedby="captcha-input-error"><div id="captcha-input-error" class="error-cloud" style="display: block;">Check your answer</div>
</p>
</div>
Could anybody help me out what javascript code I'm supposed to use here?