Fixed the free website form at aldochandra.com/free website that was auto submitting on step 3 before the user clicked the submit button. Root cause was twofold: (1) the submit button used type="submit" which browsers can trigger via Enter key, autofill, or IME — switched to type="button" with expli