Getting Started

Get up and running with SovereignForms in under 5 minutes.

1. Create an Account

Sign up for a free account at sovereignforms.com/login. No credit card required.

2. Create Your First Form

You have two options to create forms:

Visual Builder

Drag-and-drop interface. No coding required. Perfect for non-technical users.

Open Builder

JSON Schema

Define forms programmatically. Version control friendly. Ideal for developers.

3. Share Your Form

Once your form is published, you'll get a unique URL to share:

Form URL
https://sovereignforms.com/f/abc123xyz

You can also embed forms on your website:

Embed Code
<iframe 
  src="https://sovereignforms.com/f/abc123xyz" 
  width="100%" 
  height="600"
  frameborder="0"
></iframe>

4. View Submissions

Access all submissions from your Dashboard. Export to CSV, connect webhooks, or use our API.

Pro Tip: Enable Encryption

For maximum security, enable Ghost Protocolâ„¢ encryption. Your data is encrypted before leaving the browser.