Create form
create_formCreate a form endpoint BEFORE deploying (Plus/Pro). Returns the URL + the exact HTML snippet to embed verbatim. Inert until assign_to_project after deploy; movable and un-assignable later, submissions stay with it. Retrying the same name while it is still unassigned returns the existing endpoint instead of a duplicate. Submissions are READ in the owner's dashboard only — no tool reads them (by design: visitor PII). Name it " — ".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Professional name including the business, e.g. "GreenScape Landscaping — Quote Requests" (max 50 chars) | |
| slug | No | Optional URL slug; auto-generated when omitted. Cannot be changed later. | |
| notifyEmail | No | Email address that receives a notification for every submission. ASK THE USER which address they want BEFORE creating — omitted = their Dplooy account email. |