Framework-specific patterns for embedding a forms.app form, including how to safely load the script embed inside a component's lifecycle.
- Iframe embed needs no JavaScript integration. It's a safe default inside any component: just render the
<iframe>. - Script embed, needed for pop-ups, side tabs, the chatbot and slider layouts, auto-resizing height, and prefilled data, touches
windowand the DOM directly. It needs a little lifecycle-aware loading, which is what each page in this section covers.
- Embed options for the full settings reference of every layout.
- Passing data to your form.