Framework Guide

Plain HTML Integration

Use Static Forms with plain HTML - no framework required

Static Forms works perfectly with plain HTML. No JavaScript frameworks or build tools required - just pure HTML forms that work everywhere.

Basic HTML Form

The simplest possible implementation:

HTML

With Styling

Add CSS for better appearance:

HTML

With JavaScript Enhancement

Add JavaScript for AJAX submission:

HTML