Documentation
Quick start
Static HTML website

HTML Website

Learn how to add CustomGForm to the static HTML website

Add HTML code into your website

<div data-customgform="FORM_ID"></div>
<script async src="https://cdn.customgform.com/cgf.js"></script>
OptionTypeDescription
data-customgformstringCustomGForm Form ID
💡

Replace FORM_ID to your customized CustomGForm form ID.

Codesandbox example (opens in a new tab)