Embedding Contacts form and Surveys
If you manage your own website, embedding forms is super easy. However, if you don't manage your website directly, you might need some help getting the embedded forms to work.
1. Embedding Contacts form
The code might look something like this
<iframe src="https://sense.sopact.com/stakeholders/embed/05934bcd-89a0-4e18-bfcc-2bf07440620c" width="100%"
style="border: none; height: 100vh; margin: 0; padding: 0; display: block;"></iframe>
2. Embedding Surveys
Navigate to the list of surveys and click on corresponding embed code icon.
The code will look something like this which can then be pasted into your website.
<iframe src="https://sense.sopact.com/survey/embed/29d27e0c-4d3f-406d-8f96-e0f57e4181ed" width="100%"
style="border: none; height: 100vh; margin: 0; padding: 0; display: block;"></iframe>