WidgetsUpdated Mar 6, 2026
Firesky

Firesky Forms

Create and embed custom forms on your website. Forms are fully managed in Firesky—no CHMS required.

Setup

  1. Add the Firesky Forms widget from DashboardWidgets
  2. Create forms in DashboardForms
  3. Add your website domain to Allowed Origins (Dashboard → Widgets → Allowed Origins)
  4. Add the embed code to your website

Embed

<fs-firesky-forms form-id="your-form-uuid"></fs-firesky-forms>

Required attribute:

  • form-id — The form's UUID. Find it in DashboardForms when editing a form (shown in the embed code section).

Creating Forms

  1. Go to DashboardForms
  2. Click New form
  3. Add fields from the left panel (text, paragraph, date, radio, dropdown, checkbox, file upload, instructions)
  4. Configure form settings: title, instructions, contact info, address, end date, completion message
  5. Copy the form ID from the embed code section
  6. Add <fs-firesky-forms form-id="..."></fs-firesky-forms> to your website

Viewing Responses

Go to DashboardFormsResponses to view all submissions. Filter by form to see responses for a specific form.

Requirements

  • Church must have added the Firesky Forms widget
  • Add allowed origins for your website domain
  • Embed the Firesky script: <script id="FireSkyWidgets" src="https://thefiresky.com/widgets.js"></script>