1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Problems embedding code

Discussion in 'Free Divi Community Forum' started by Iza Kaz, Oct 3, 2024.

  1. Iza Kaz

    Iza Kaz New Member

    Hi,
    Can you please help me with embbeding a registration form code on my page in DIVI. I use the 'code' widget, and paste the code into it. It is not visible on my page see the screen. What is the reason and how can I make it work?
    I tried to put the code somewhere else and it worked.
    Thanks
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Beautify your Divi archive / category page with 15 different premade blog designs:Learn More
  2. Divi Booster

    Divi Booster Divi Expert

    Hi Iza,

    I can't see any obvious problems from what's visible in your screenshot... any chance you're able to share an example page with the code module in it? That way we can check whether there are any errors occurring in the front-end view of the page.
     
  3. Iza Kaz

    Iza Kaz New Member

    The page looks like that (enclosed screen shot) I highlighted the place where the form was embedded. Otherwise you wouldn't see it
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  4. Divi Booster

    Divi Booster Divi Expert

    Thanks for clarifying, Iza. What I really meant was that if we can view the actual page itself then we can check for network, JavaScript and/or CSS issues which may be preventing your iframe from loading or displaying correctly. This information is available when viewing the page itself, but isn't available in the screenshot.

    I fully understand if your not able to share a link to the page, but it will be difficult to identify the issue without it. In that case, you could open the browser's developer tools yourself (F12 in Chrome) and check for any errors in the "Console" or "Network" tabs. If you know how to, also inspect the iframe element (and its ancestor / decendant elements) for any CSS rules that might be causing it to be hidden.
     
  5. Dawn TPBA

    Dawn TPBA New Member


    Hi Dan, I'm having the same problem, so was wondering if you'd be willing to look at my page. https://transitionpointba.com/registration/.
     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  6. Divi Booster

    Divi Booster Divi Expert

    Hi Dawn,

    The form in your code module has the style='display:none' attribute set on it, which is preventing it from displaying.

    You should be able to get it to display by overriding it with CSS such as this:

    Code:
    Log In or Sign Up to view this code.
    You can add that in the Custom CSS area in the page settings or under "WP Admin > Divi > Theme Options > General > Custom CSS".

    I hope that helps!
     
  7. Dawn TPBA

    Dawn TPBA New Member

    Hi Dan,
    I gave this a try and it didn't work. I exported the form from another website and then uploaded it to this one, so I'm wondering if it didn't just miss part of the export. I'll start from scratch and see if a new form will load. Thanks!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  8. Divi Booster

    Divi Booster Divi Expert

    Okay, sure. Sorry that didn't work, Dawn. All the best with the re-built. If it still doesn't work after that, let me know and I'll try to take another look.