Hi there!

^ Use your mouse/finger to try to submit the form and nothing happens

But if you use the Web Console and type:

document.querySelector('form').submit();

...it's going to go ahead and submit the form anyway.