I’d like to trigger this function when the user inputs their code and hits submit.
Where am I going wrong?
Thanks!
Eddie
I’d like to trigger this function when the user inputs their code and hits submit.
Where am I going wrong?
Thanks!
Eddie
I am getting the following error:
q-bar-validate:1494 Uncaught ReferenceError: querycode is not defined
at HTMLInputElement.onclick (q-bar-validate:1494)
It’s likely because the function is defined after the block. Try to move it before.