Custom HTML, JS, CSS, and Iframes

You can add custom HTML, Javascript, and iframes directly to your Feathery form.

Custom HTML, JS, CSS, Iframes

You can add custom HTML components, Javascript, and iframes directly to your form. After selecting a container, you can configure its iframe URL or add custom code to embed. Both iframe URLs and custom code support dynamic values via double-curly brace field syntax.

To add custom CSS to specific elements, you can query them by their IDs and apply custom CSS to the retrieved elements.

Header HTML

If you want to add HTML header code to your form, you can do so in your form settings under the Form Properties tab.

JSX Components

If you want to add JSX components to your embedded React form, you can do so from our React SDK.

Last updated