Integrate a Form Into External Website
If you have a website where you'd like to embed a Solidarity Tech form, the current method for accomplishing this is with an iframe. We will have a native embed widget released soon.
iframe method
To embed your page, create an iframe with the URL source pointing to your-site-url.solidarity.tech/page-url/embed
. The embed
path at the end of the page URL is critical to avoid any submission issues.
If you want the embedded iframe to break out of the iframe after the form is submitted, add the URL parameter ?breakout=true
to the iframe src URL. With this setting, the entire page will be redirected after a form submission, not just the iframe content.
Updated 10 months ago