C21 Form Loader

To embed a form into any website, use the following script:

<script src="https://js-form.pages.dev/form.js" data-id="79"></script>

Simply change the data-id to the specific form number you need. The script will automatically create the iframe and handle height adjustments.

Optionally, you can pass a data-template attribute to apply a specific form template:

<script src="https://js-form.pages.dev/form.js" data-id="79" data-template="dark"></script>

If data-template is omitted, the form will load with its default styling.