Forms
Forms are the primary resource in Orbit AI. Each form has a unique ID, contains fields, styling configuration, and settings for how submissions are handled.- Form ID: Unique identifier (e.g.,
form_abc123) - Fields: Input elements that collect data
- Settings: Configuration for notifications, redirects, etc.
- Styling: Visual appearance and branding
Submissions
Submissions are the data collected when someone fills out a form. Each submission contains the field responses, metadata, and timestamps.- Submission ID: Unique identifier for each response
- Fields: Key-value pairs of submitted data
- Metadata: Browser, IP, referrer, UTM parameters
- Timestamps: Created and updated times