Byteforms
Form builder service for forms, custom fields, submissions, and response collection.
Useful for lightweight data-collection flows that create forms, list responses, and retrieve form structure or individual submissions.
Sign in to connect Byteforms
Sign in to connect an account and start using Byteforms in your apps.
Example Use Cases
These are example ways Snow can use Byteforms when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Creates a new form in ByteForms. Use this to build data collection forms with customizable fields (text, email, phone), styling options (theme, width), and submission rules (limits, deadlines, password protection). Returns the created form with its public_id for sharing.
Tool to delete a form by its ID. Use when you need to remove an existing form permanently.
Tool to fetch all forms created by the authenticated user. Use after authentication to list existing forms.
Retrieves detailed information about a specific form by its numeric ID. Returns the form's name, fields, configuration options, and metadata. Use the numeric 'id' field (not the 'public_id' string) from form data obtained via BYTEFORMS_GET_ALL_FORMS or BYTEFORMS_CREATE_FORM.
Tool to retrieve responses for a specific form with optional pagination and filtering. Use when the form has collected submissions and you need to navigate large result sets.