While the issue is easy to grasp, it poses a challenge in implementation. I am encountering clients who disable their browser's Javascript by default, causing complications on my website. This is because my website sends ajax requests upon form submission, and disabling JS results in the form being submitted traditionally, which is not what I intended.
My goal is to find out if there is a way to prevent form submission using only HTML without relying on Javascript. Is this achievable?