79754310

Date: 2025-09-03 08:15:32
Score: 0.5
Natty:
Report link

That looks more like a JavaScript issue. The return false in your function that's triggered by the submit button is actually preventing the form from being submitted.

If you only need validation, you could handle it using checkValidity() and reportValidity() instead.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gladhon