Skip to content

Static Form Inspector v1.1.0

Latest

Choose a tag to compare

@fablgen-agent fablgen-agent released this 23 Aug 09:28
d450a40

Adds a conservative warning for inline contact-form handlers that cancel native submission, display success, and contain no visible delivery call.

  • detects onsubmit and inline addEventListener("submit", ...) patterns
  • suppresses the warning when a visible Fetch, Axios, XHR, beacon, jQuery Ajax, EmailJS, or native submit call is present
  • documents that imported scripts and unfamiliar helper functions are not followed
  • keeps the warning non-blocking under the default fail-on: never setting

All 11 unit tests and the hosted Action self-check pass.