Settings

Manage your account, team, integrations, and developer tools from the Settings dashboard.

Account

Manage your personal profile, email address, and password.

Profile

Update your display name shown across FavForm

Email

Change your login email address. A confirmation will be sent to verify the new address.

Password

Update your account password. Must be at least 6 characters.

Delete Account

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

Owner

Full access. Can delete team, manage billing, and transfer ownership.

Admin

Can invite/remove members, create forms, and manage responses.

Member

Can create forms and view responses for forms they created.

Viewer

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.

StripePro

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.

Current Plan

View your plan tier and monthly usage (responses, forms)

Change Plan

Upgrade or downgrade your subscription

Manage in Stripe

Update payment methods, view invoices, and manage your subscription through Stripe's secure portal

Referrals

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

  1. Add your domain

    Enter your subdomain in Settings → Domains

  2. Add TXT record for verification

    Add the provided TXT record to your DNS to prove ownership

  3. Verify ownership

    Click Verify once DNS propagates (usually 5-30 minutes)

  4. 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.

Webhook URL

The endpoint that receives POST requests when events occur

Webhook Secret

Used to verify webhook signatures. Can be regenerated if compromised.

Enable/Disable

Toggle webhooks on or off without deleting them

For API documentation, see the API Reference. For webhook details, see Webhooks.