JustForm.app Documentation
Complete guide to creating and managing forms in JustForm.app
Getting Started
Welcome to SuperSetup Documentation! This guide will help you understand how to use our application effectively.
SuperSetup is a powerful form management system that allows you to create, manage, and share dynamic forms.
Creating Forms
To create a new form:
1. Navigate to Forms in the main menu
2. Click the "Create Form" button
3. Fill in the form details:
- Title: Give your form a descriptive name
- Description: Add details about the form's purpose
- Fields: Add the questions or input fields you need
4. Save your form when finished
Form Types and Fields
Available field types:
- Text Input: For short text responses
- Text Area: For longer text responses
- Multiple Choice: For selecting one option from many
- Checkbox: For yes/no or multiple selection questions
- Date: For date selection
- File Upload: For document attachments
- Select: Dropdown with single selection
- MultiSelect: Dropdown with multiple selections
- Table: For creating a table with editable columns
URL Parameters
Custom URL Parameters:
You can pass custom parameters through the form URL that will be included in the submission:
1. Add parameters to the form URL:
Example: /f/[form-id]?customer_id=123&source=email
2. All URL parameters will be automatically:
- Included in the form submission data
- Sent to the webhook if configured
- Available in the form responses export
Webhook Integration
Configure webhooks to receive form submissions in real-time:
1. In form settings, enable "Webhook Integration"
2. Enter your webhook URL
3. Each form submission will trigger a POST request to your webhook with:
- All form field data
- URL parameters
- Submission metadata (timestamp, user agent, etc.)
- File attachments (as URLs)
The webhook payload will be in JSON format containing all form data and metadata.
Form Import/Export
Export and Import Forms:
To Export:
1. Go to the form settings
2. Click "Export Form"
3. The form configuration will be downloaded as a JSON file
To Import:
1. Click "Import Form" on the forms list page
2. Upload the previously exported JSON file
3. The form will be recreated with all its fields and settings
Managing Responses
View and manage form responses:
- See all responses in a list view
- Export responses to CSV
- Filter and search through responses
- Get notifications for new submissions
Export Options:
- CSV: All form responses with URL parameters
- JSON: Detailed export including metadata
- Individual Response: Export single submissions