No funciona el codigo de wordpress para incluir mi formulario en mi web

  • hrcargochina
    Fecha de consulta 10 de noviembre de 2023, 6:46

    Hola buenas, tengo problemas con el código que me proporciona la plataforma para poderlo incluir en mi página de wordpress, se los dejo aquí. Por favor necesito ayuda con esto, gracias.


    [embed]https://form.jotform.com/form/233115573466053[/embed]

    Esta corrupto.

    No funciona el codigo de wordpress para incluir mi formulario en mi web Image 1 Screenshot 20


  • Kyle Jotform Support
    Fecha de respuesta 10 de noviembre de 2023, 9:23

    Hi Hrcargochina,

    Thanks for reaching Jotform support. If you're facing issues with the code provided by Jotform for embedding a form in your WordPress page, there are a few things you can check and try:

    1. Embed Code Type:

    • Make sure you are using the correct type of embed code. Jotform typically provides different embed codes, such as JavaScript, iFrame, or WordPress-specific.

    2. Use iFrame Code:

    • For WordPress, the iFrame code is often a good choice. You can try using the iFrame code provided by Jotform. It usually looks something like this:
    <iframe
     id="JotFormIFrame-xxxxxxx"
     title="Contact Us"
     onload="window.parent.scrollTo(0,0)"
     allowtransparency="true"
     allowfullscreen="true"
     allow="geolocation; microphone; camera"
      src="https://form.jotform.com/form/233115573466053"
     frameborder="0"
     style="width:100%; height:707px; border:none;"
     scrolling="no"
    >

    </iframe>

    3. HTML Block or Custom HTML Widget:

    • If you are trying to embed the form in the WordPress editor, make sure you are using a block that allows HTML or a custom HTML widget. WordPress might strip out certain types of code in the standard editor.

    4. Security Plugins:

    • If you have security plugins installed on your WordPress site, they might interfere with certain types of embed codes. Check if temporarily disabling such plugins resolves the issue.

    5. Browser Cache:

    • Clear your browser cache or try accessing the WordPress page in an incognito/private browsing window to rule out any caching issues.

    If you've tried these steps and still encounter issues, don't hesitate to send us a message.


  • hrcargochina
    Fecha de respuesta 10 de noviembre de 2023, 10:38

    Hola, gracias por tu respuesta, como veras en el capture estoy utilizando el codigo que me proporcionaron para wordpress, sin embargo el mismo no funciona, te dejo el codigo y la captura.

    [embed]https://form.jotform.com/form/233115573466053[/embed]


    No funciona el codigo de wordpress para incluir mi formulario en mi web Image 1 Screenshot 20

  • Rose Jotform Support
    Fecha de respuesta 10 de noviembre de 2023, 12:53

    Hi Hrcargochina,

    Thanks for getting back to us. The embed code will display an error 404 if you paste it on the address bar. I tested the embed code on our WordPress test account, here's a screenshot where I used it:

    No funciona el codigo de wordpress para incluir mi formulario en mi web Image 1 Screenshot 30

    When I published the WordPress page, the form is embedded. Here's a screenshot of it:

    No funciona el codigo de wordpress para incluir mi formulario en mi web Image 2 Screenshot 41

    Please check our guide on How to Embed a Form to WordPress.com.

    Give it a try and let us know if you need any help.