Integration
Simple embedding with an automatically generated code lets you connect a form to your web page and collect the data once the submits start coming in. Moreover, you can use API to get details about specific form fields, get a list of all forms, and receive events.
Web Interface
The embed code that will appear after you click the Activate button inside the editor should be copied and pasted into your HTML viewer window.
Opt-out forms are not to be integrated in the same way, but they are available from a landing page.
In case you need the code again, go to the Forms homepage, click the three-dot menu on any active form and follow the steps:
- Copy the form code.
- Insert it into the web page where the form needs to be publicly accessed.
API
Developers will be able to do a quick integration while keeping the web page style and structure unchanged. With Forms API, you can do the following:
- Receive a list of all forms
- Receive details about some particular form
- Submit a form to pass information collected on the web page
- Send Views data so that the conversion metric becomes available to you