Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The forms module builds custom forms with text, textarea, select, file-upload, and email fields. Submissions are validated server-side, persisted to the database, and can trigger notifications or webhook deliveries. Source: modules/forms · npm: @86d-app/forms

Installation

86d module add forms

Store endpoints

MethodPathDescription
GET/forms/:slugGet a form’s schema
POST/forms/:slug/submitSubmit

Admin endpoints

MethodPathDescription
POST/admin/formsCreate a form
GET/admin/forms/:id/submissionsView submissions

Components

  • <Form slug={slug} />: renders the form by slug.