• Resolved rabidsquirrel

    (@rabidsquirrel)


    I have two exact same Google forms and one embeds into the pop-up maker and shows using the embed tags on the form itself. The second one does not show and I am performing the exact same steps as I do on the first form. When attempting to put the form into a page or post, it states that “Sorry, this content could not be embedded.”

    It shows the complete form in the WordPress dashboard Popup Maker Visual but will not show it in the preview or when live.

    Any advice?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rabidsquirrel

    (@rabidsquirrel)

    It will not show any HTML. I can add the form on a different page by using the classic block and it shows just fine. I have also tried simple HTML into the popup and it will not show.

    • This reply was modified 3 years, 9 months ago by rabidsquirrel.
    Bel

    (@belimperial)

    Hello @rabidsquirrel

    Thank you for reaching out!

    Please try using an HTML iframe with a defined width and height to include the Google forms in the popup content. Kindly use the ‘text tab’ in the popup editor to include the HTML code – https://share.getcloudapp.com/rRuj0NwR

    Here’s a sample HTML iframe
    <iframe src="Goole FORM URL.. /viewform?edit_requested=true" width="850" height="850"></iframe>

    I have tested it and the form properly displayed on the popup content.
    Please see: https://share.getcloudapp.com/d5uAP6G6

    Hope that helps. If your issue is resolved please take a moment to rate and review the plugin.
    If you still need help please message us directly at https://wppopupmaker.com/support/

    Thread Starter rabidsquirrel

    (@rabidsquirrel)

    Thank you for your response. I have attempted using the iframe code snippet that is provided by the Google form. I’ve tested it using your plug-in on 2 sites. The first site works fine but the second site will not display the popup. It shows it perfectly well in the Visual section inside the plug-in but will not show in preview or when live. I also attempted to provide a simple table in HTML as a test and it will not show that as well.

    Both sites are using the same theme, same plug-ins and all other settings are the same.

    The code I used to test was from w3schools:

    <table style="width:100%">
      <tr>
        <th>Firstname</th>
        <th>Lastname</th>
        <th>Age</th>
      </tr>
      <tr>
        <td>Jill</td>
        <td>Smith</td>
        <td>50</td>
      </tr>
      <tr>
        <td>Eve</td>
        <td>Jackson</td>
        <td>94</td>
      </tr>
    </table>
    Bel

    (@belimperial)

    Hi @rabidsquirrel

    Thank you for your reply.

    I used the code from W3schools and HTML code from Google form, but it works perfectly on the popup.

    Please see: https://share.getcloudapp.com/12u4og6q

    Could you please provide a test page and popup where we can check the issue? For security, you can send it on our website https://wppopupmaker.com/support/

    Thank you and we look forward to hearing from you soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embed Google Form Not Showing’ is closed to new replies.