ID Frame Formulário

  • Carby_
    Perguntado em 17 de junho de 2024 às 11:33

    Quero incorporar um formulário numa landing Page, acontece que o código ID Frame do formulário está incompleto pelo que ao atualizar minha LP as perguntas não aparecem todas.
    Podem testar com o formulário Carby: Oferta APV e Citroen e-c3

    LP:
    https://www.carby.pt/pt/citroen/agendar-oficina-50-de-desconto-mudanca-de-oleo/

    Formulário:
    https://form.jotform.com/241645487436364

    ID FRAME Formulário:

      <iframe     id="JotFormIFrame-241645487436364"     title="Carby: Oferta APV"     onDISABLEDload="window.parent.scrollTo(0,0)"     allowtransparency="true"     allow="geolocation; microphone; camera; fullscreen"     src="https://form.jotform.com/241645487436364"     frameborder="0"     style="min-width:100%;max-width:100%;height:539px;border:none;"     scrolling="no"   >   </iframe>   <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>   <script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-241645487436364']", "https://form.jotform.com/")</script>  

    O ID Frame parece-me incompleto



  • Angelica Jotform Support
    Respondido em 17 de junho de 2024 às 12:21

    Hi Carby_,

    Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    You can try to use this iFrame Code and check if it will show the missing questions in your landing page.

    <iframe
    id="JotFormIFrame-241645487436364"
    title="Carby: Oferta APV"
    onload="window.parent.scrollTo(0,0)"
    allowtransparency="true"
    allow="geolocation; microphone; camera; fullscreen"
    src="https://form.jotform.com/241645487436364"
    frameborder="0"
    style="min-width:100%;max-width:100%;height:539px;border:none;"
    scrolling="no"
    >

    </iframe>
    <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
    <script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-241645487436364']", "https://form.jotform.com/")</script>

    

    If this doesn't work, can you tell us what third-party platform do you use? We also have a complete guide on Getting Your Form's iFrame Code that you can check out for more information.

    After we hear back from you, we’ll have a better idea of what’s going on and how to help.

  • Carby_
    Respondido em 18 de junho de 2024 às 06:07

    O id frame funcionou, mas acontece que tenho que fazer scroll para ver as restantes perguntas do formulario, queria que aparecesse completo sem que tivesse que fazer scroll

  • Jessica Jotform Support
    Respondido em 18 de junho de 2024 às 07:11

    Hi Carby_,

    To see the remaining question without needing to scroll down, you can adjust the height attribute according to your need:

    <iframe

    id="JotFormIFrame-241645487436364"

    title="Carby: Oferta APV"

    onDISABLEDload="window.parent.scrollTo(0,0)"

    allowtransparency="true"

    allow="geolocation; microphone; camera; fullscreen"

    src="https://form.jotform.com/241645487436364"

    frameborder="0"

    style="min-width:100%;max-width:100%;height:539px;border:none;"

    scrolling="no"

    >

    </iframe>

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

 
Sua Resposta