I’d like to suggest a feature enhancement for the form builder — the ability to insert a custom HTML block directly into a form layout.
This would be especially useful for developers who need to:
- Add inline scripts near the form (for tracking, enrichment, or validation logic)
- Inject custom markup or UI components (e.g., tooltips, notes, embedded media)
- Integrate with third-party systems more seamlessly
Currently, forms are embedded via iframes (with new forms it’s added with src attribute, which makes it challenging to interact with them using custom JavaScript due to Same-Origin Policy restrictions). Having a dedicated module within the form editor where we could paste custom HTML (with or without <script> support) would solve many of these limitations.
Even if script execution is restricted, just having a way to insert markup directly into the form DOM would greatly enhance flexibility.
