In this article, you’ll learn how to connect LeadsBridge with WebinarNinja.
- Click on Connect WebinarNinja in your new bridge
- Click on Create new Integration to connect your WebinarNinja (or select an existing one from the dropdown if you already connected it)
- A popup will be opened where you can authorize the WebinarNinja integration
- Fill out the HTML form code field to connect WebinarNinja with LeadsBridge
- Click on the Authorize button
- You can choose a name for this WebinarNinja and LeadsBridge integration (you can also edit it later)
- Once done, click on the Continue button, and you will get back to the bridge experience, where you can choose additional integration settings
- Now that your WebinarNinja is connected, you can continue with the setup of your bridge.
Which segmentation concepts are supported for WebinarNinja?
The segmentation concept supported by WebinarNinja is the Form.
A web form, also called an HTML form, is an online page containing blank spaces where information can be inserted. They may contain different elements, such as checkboxes, submit buttons, text boxes, and others.
How do I get the HTML form code to integrate WebinarNinja with LeadsBridge?
IMPORTANT INFORMATION: you need to embed the WebinarNinja registration form that is created via iframe code. Still, please note that to integrate WebinarNinja with LeadsBridge, you need to insert the HTML form code.
The
Sample WebinarNinja iFrame form code:
<!-- WebinarNinja embedding registration form --> <iframe style="min-width: 320px; width: 100%; height: 0; border: 0; overflow: hidden;" class="webinarninja-embedding-registration-form-7934" src="https://my.webinarninja.com/embedding-form/7934"></iframe> <script>function updateIframe(e){switch(e.type){case"resizeIframe":this.style.height=e.height+"px";break;case"iframeDownloadFailed":this.hidden=!0;break;default:return}}window.addEventListener("message",function(e){var a=document.querySelectorAll( );[].forEach.call(a,function(a){updateIframe.call(a,e.data)})});</script>
In order to find the iFrame code, log in to your WebinarNinja account and follow the steps on their official documentation.
Once done, to turn the iFrame form into an HTML form with the
Comments
0 comments
Please sign in to leave a comment.