You can embed GraceBlocks web forms into any web page that supports iframes. For example, let's say you have built a web form to help capture candidates who want to learn more about your business and what it's like to work there. You can use embed code to insert this web form on a career-oriented landing page of your website. This article covers:
Builders can complete the steps below to generate the embed code for a web form.
Step | Action | Visual |
1 |
From any tab, move the cursor over + Add new record, and click the dropdown option. Then, select Manage web forms. The web forms modal appears. |
|
2 |
Find the form where you'd like to obtain the embed code, and then click the Actions dropdown menu for that form and select Copy form embed code.
The embed code is copied to your clipboard. |
You need to paste the embed code into the location where it needs to be embedded. Using HTML, update the code in terms of width, height, and style to make the layout work optimally for the iframe location where you plan to embed the form.
Example of pasted web code:
<iframe src="https://dev.graceblocks.com/form?x=ODl8Z3JhY2VibG9ja3MtMXw2Ng==" frameborder="0" onmousewheel="" width="100%" height="100%" style="background: transparent; border: 1px solid #1E6CBB"></iframe>