Settings
Manage your account, team, integrations, and developer tools from the Settings dashboard.
Account
Manage your personal profile, email address, and password.
Update your display name shown across FavForm
Change your login email address. A confirmation will be sent to verify the new address.
Update your account password. Must be at least 6 characters.
Permanently delete your account and all associated data. This action cannot be undone.
TeamPro
Collaborate with others by creating a team. Team members can access shared forms and responses based on their role.
Team Roles
Full access. Can delete team, manage billing, and transfer ownership.
Can invite/remove members, create forms, and manage responses.
Can create forms and view responses for forms they created.
Read-only access to forms and responses.
Team Seats
The number of team members you can invite depends on your plan:
- Free: Teams not available
- Pro: Up to 5 team members
- Business: Up to 20 team members
Activity Logs
Track all actions taken in your account. Activity logs help you audit changes, monitor team activity, and troubleshoot issues.
Tracked Actions
Forms & Responses
- Form created, updated, deleted
- Form published/unpublished
- Responses viewed, exported, deleted
Team & Settings
- Team member invited, removed
- Member role changed
- API key created, deleted
- Webhook created, updated, deleted
- Domain added, verified, removed
Log Retention
How long activity logs are kept depends on your plan:
- Free: 7 days
- Pro: 30 days
- Business: 90 days
Integrations
Connect FavForm with external services to extend functionality.
Accept payments through your forms. Connect your Stripe account to enable payment fields.
For detailed integration setup, see the Integrations guide.
Billing
View your current plan and usage. Payment methods and invoices are managed through Stripe.
View your plan tier and monthly usage (responses, forms)
Upgrade or downgrade your subscription
Update payment methods, view invoices, and manage your subscription through Stripe's secure portal
Share FavForm and earn credits when friends subscribe
Custom DomainsBusiness
Serve your forms from your own domain (e.g., forms.yourcompany.com) for a branded experience.
Setup Steps
- Add your domain
Enter your subdomain in Settings → Domains
- Add TXT record for verification
Add the provided TXT record to your DNS to prove ownership
- Verify ownership
Click Verify once DNS propagates (usually 5-30 minutes)
- Add CNAME record
Point your domain to
cname.favform.com
For detailed setup instructions, see the Custom Domains guide.
DevelopersPro
Access API keys and webhooks to integrate FavForm with your applications.
API Keys
Generate API keys to authenticate requests to the FavForm API. Keys are shown only once when created, so save them securely.
Security tip: Store API keys in environment variables, never commit them to version control.
Webhooks
Receive real-time HTTP POST notifications when forms are submitted. Each webhook includes a secret for verifying authenticity.
The endpoint that receives POST requests when events occur
Used to verify webhook signatures. Can be regenerated if compromised.
Toggle webhooks on or off without deleting them
For API documentation, see the API Reference. For webhook details, see Webhooks.