đŸ’ģEmbed a form on your website

This feature is available only on the premium plan.

Blaze provides an easy way to embed the forms you have created directly onto your website.

This guide will take you through the process step-by-step:

  1. Create a form on Blaze. The forms feature can be found in the All Platforms → Forms tab.

  2. Enable your Domain for Embedding. To do this, send an email to chirag@withblaze.app with the domain on which you plan to embed the form. After your request has been processed, you will receive a confirmation email.

  3. Locate the form on your Blaze dashboard and select it. Click on the embed icon on the form you want to embed; you will find a code snippet that would look similar to this. Copy this code snippet.


<iframe src="<https://dashboard.withblaze.app/forms/{YourFormId}>" title="description"></iframe>
  1. Paste the Code Snippet on Your Website. Ensure that the 'src' attribute in the <iframe> tag matches the URL of your form on the Blaze dashboard. It should look something like this: https://dashboard.withblaze.app/forms/YourFormID. The 'title' attribute can be replaced with a description of the form. This is important for accessibility reasons.

  2. Save Changes

After pasting the code snippet, save your changes and refresh your website. The form should now be embedded on your website.

If you encounter any problems during this process, feel free to reach out to us at chirag@withblaze.app.

Remember to test the form to ensure that it's working as expected and that the submissions are being received and can be seen in the View Responses page of your Blaze dashboard.

Congratulations! You've just embedded a Blaze form on your website.

Last updated