Embedded Form is not optimal in our Wordpress website

  • camurrimatteo
    Domanda del 16 ottobre 2023 alle ore 10:21

    Buonasera,

    ho creato un questionario con Jotform ( ecco il link https://form.jotform.com/232411648361351)

    E l'ho inserito nel mio blog Wordpress utilizzando la funzione presente su jotform

    La visualizzazione non è però ottimale.

    SI veda link sotto


    https://www.avviareunimpresa.com/contributi-inps-partita-iva/


    Come posso migliorare?


    Resto in attesa

  • Ryan Jotform Support
    Risposta del 16 ottobre 2023 alle ore 10:38

    Hi Matteo, 

    Thanks for reaching out to Jotform Support. I'd like to let you know that I am using a translation tool to provide assistance, but if you would prefer to get assistance in the Italian language, we can forward your ticket to our Italian team. However, please note that it could take longer to receive a response.

    With that being said, let me assist you with your inquiry. Can you try to embed it using the Iframe Embed Code instead and see if it is better than what you are currently using? We have a guide about Getting Your Form's iFrame Code that you can check out.

    Give it a try and let us know how it goes.

  • camurrimatteo
    Risposta del 16 ottobre 2023 alle ore 11:09

    Can you help me understand how to insert the Iframe Embed Code on WordPress?

  • Ryan Jotform Support
    Risposta del 16 ottobre 2023 alle ore 11:33

    Hi Matteo, 

    Thanks for getting back to us. You can check this guide for more information. You can also use the Iframe Embed Code of your form below:

    <iframe
       id="JotFormIFrame-232411648361351"
       title="TEST Contributi Inps lavoratore Dipendente"
       onload="window.parent.scrollTo(0,0)"
       allowtransparency="true"
       allowfullscreen="true"
       allow="geolocation; microphone; camera"
          src="https://form.jotform.com/232411648361351"
       frameborder="0"
       style="min-width:100%;max-width:100%;height:539px;border:none;"
       scrolling="no"
      >

      </iframe>

    Give it a try and let us know how it goes.

  • camurrimatteo
    Risposta del 16 ottobre 2023 alle ore 12:03

    I made the changes you suggested and it's much better now. I would just like it to start directly in full screen (see image 2) and not in a small size (see image 1). Is that possible? Here is the link: https://www.avviareunimpresa.com/contributi-inps-partita-iva/


    Embedded Form is not optimal in our Wordpress website Image 1 Screenshot 30Embedded Form is not optimal in our Wordpress website Image 2 Screenshot 41

  • Vincenzo Jotform Support
    Risposta del 16 ottobre 2023 alle ore 13:09

    Salve Mattero,

    Grazie per aver contattato il supporto tecnico di Jotform. Purtroppo non è possibile mostrare il modulo direttamente full screen. Il rispondente dovrà per forza cliccare sul modulo per aprirlo a tutto schermo. A ogni modo, ho controllato il codice che le ha fornito il mio collega e ho potuto notare che il modulo può essere adattato modificando il valore "height:539px" con "height:100%". Una volta fatto questo, il modulo coprirà l'intera pagina, però se il modulo viene inserito in un contenitore, il codice rispetterà lo spazio del contenitore in cui è stato incorporato. Pertanto oltre alla modifica del codice, è anche importante modificare il contenitore del modulo sul suo sito.

    Ecco il codice iFrame da copiare e incollare nel contenitore della suo sito:

    <iframe
       id="JotFormIFrame-232411648361351"
       title="TEST Contributi Inps lavoratore Dipendente"
       onload="window.parent.scrollTo(0,0)"
       allowtransparency="true"
       allowfullscreen="true"
       allow="geolocation; microphone; camera"
          src="https://form.jotform.com/232411648361351"
       frameborder="0"
       style="min-width:100%;max-width:100%;height:100%;border:none;"
       scrolling="no"
      >

      </iframe>


    Provi e ci faccia sapere se ha bisogno di ulteriori chiarimenti.

  • camurrimatteo
    Risposta del 18 ottobre 2023 alle ore 03:40

    Good morning, can I remove the welcome page from the following survey (see attachment)? I would like the test to start directly. Thank you


    https://form.jotform.com/232411648361351


    Embedded Form is not optimal in our Wordpress website Image 1 Screenshot 20

  • Joseph Jotform Support
    Risposta del 18 ottobre 2023 alle ore 04:23

    Hi Matteo, 

    Thanks for getting back to us. Yes, you can remove the Welcome Page from the Form Builder. Let me show you how:

    1. In Form Builder click on Edit Welcome Page.Embedded Form is not optimal in our Wordpress website Image 1 Screenshot 30
    2. Select Remove Welcome Page in the upper-left corner.Embedded Form is not optimal in our Wordpress website Image 2 Screenshot 41

    Since you have a blank background color, the Remove Welcome Page field is not visible. In my test, I changed the background color to show you the positioning. Even if you can't see it with the white background. by clicking in the upper-left corner you'll be able to remove the Welcome Page.

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