How can I integrate WebinarNinja with LeadsBridge?

Svitlana Zh.
Svitlana Zh.
  • Updated

In this article, you’ll learn how to connect LeadsBridge with WebinarNinja.

  1. Click on Connect WebinarNinja in your new bridge
  2. Click on Create new Integration to connect your WebinarNinja (or select an existing one from the dropdown if you already connected it)
  3. A popup will be opened where you can authorize the WebinarNinja integration
  4. Fill out the HTML form code field to connect WebinarNinja with LeadsBridge
  5. Click on the Authorize button
  6. You can choose a name for this WebinarNinja and LeadsBridge integration (you can also edit it later)
  7. Once done, click on the Continue button, and you will get back to the bridge experience, where you can choose additional integration settings
  8. 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

tag, please follow the steps below:
  1. Create the .txt file on your computer
  2. Edit the file by inserting the iFrame code embedded from the WebinarNinja registration form and changing the file format to .html
  3. Alternatively, you can use any code editor, like Visual Studio Code, to create the HTML file
  4. Open the HTML form on your browser and inspect the form
  5. Copy the form with tags …

  6. Image
  7. Paste the HTML form Code into the LeadsBridge integration settings and click on Authorize.

Please note that the WebinarNinja iFrame form should not be protected by reCAPTCHA in it, as the LeadsBridge app won’t be able to send leads to WebinarNinja. The lead will be submitted by our app, and the WebinarNinja server will require the missing reCAPTCHA token.


Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.