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
- Add the Firesky Forms widget from Dashboard → Widgets
- Create forms in Dashboard → Forms
- Add your website domain to Allowed Origins (Dashboard → Widgets → Allowed Origins)
- 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 Dashboard → Forms when editing a form (shown in the embed code section).
Creating Forms
- Go to Dashboard → Forms
- Click New form
- Add fields from the left panel (text, paragraph, date, radio, dropdown, checkbox, file upload, instructions)
- Configure form settings: title, instructions, contact info, address, end date, completion message
- Copy the form ID from the embed code section
- Add
<fs-firesky-forms form-id="..."></fs-firesky-forms>to your website
Viewing Responses
Go to Dashboard → Forms → Responses 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>