get_embed_snippet
Generate a paste-ready HTML form snippet for any FormsList endpoint. Provide the URL or form hash; includes AJAX fetch example. No API key or network needed.
Instructions
Build a ready-to-paste HTML form snippet (plus an AJAX fetch example) that posts to a FormsList endpoint. Pure local generation — no API key, no network. Pass either the full endpoint URL (https://formslist.com/f/) or just the form hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Form field names to include (default: name, email, message) | |
| endpoint_or_hash | Yes | Full FormsList endpoint URL (…/f/<hash>) or just the form hash |