Come rimuovere la barra di scorrimento sul modulo incorporato utilizzando il codice Iframe in Softr

  • Corda
    Domanda del 17 settembre 2024 alle ore 11:39

    Ciao non riesco a far funzionare bene i mio iframe:

    =CONCATENA(

    "<iframe src='https://form.jotform.com/242462263304045?";

    "retention="; SOSTITUISCI(E2; " "; "%20"); "&";

    "sede="; SOSTITUISCI(F2; " "; "%20"); "&";

    "departments="; SOSTITUISCI(G2; " "; "%20"); "&";

    "livello="; SOSTITUISCI(H2; " "; "%20"); "&";

    "genere="; SOSTITUISCI(I2; " "; "%20"); "&";

    "eta="; SOSTITUISCI(J2; " "; "%20"); "&";

    "anzianita="; SOSTITUISCI(K2; " "; "%20"); "&";

    "contratto="; SOSTITUISCI(L2; " "; "%20"); "&";

    "inquadramento="; SOSTITUISCI(M2; " "; "%20"); "&";

    "nascita="; SOSTITUISCI(N2; " "; "%20");

    "' style='width: 100%; height: 12000px; border: none;'></iframe>")

    Funziona ma non scorre con la pagina. Rimane la barra di scorrimento del form.

    Come faccio a farlo scorrere con la pagina del mio sito?

    Grazie

    Come rimuovere la barra di scorrimento sul modulo incorporato utilizzando il codice Iframe in Softr Image 1 Screenshot 20

  • Royce Jotform Support
    Risposta del 17 settembre 2024 alle ore 14:20

    Hi Giacomo,

    Thanks for reaching out to Jotform Support. Unfortunately, our Italian 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 Italian, 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.

    As for your question or concern, you can try the code below to see if it'll fix the issue:

    =CONCATENA(

    "<iframe src='https://form.jotform.com/242462263304045?";

    "retention="; SOSTITUISCI(E2" ""%20"); "&";

    "sede="; SOSTITUISCI(F2" ""%20"); "&";

    "departments="; SOSTITUISCI(G2" ""%20"); "&";

    "livello="; SOSTITUISCI(H2" ""%20"); "&";

    "genere="; SOSTITUISCI(I2" ""%20"); "&";

    "eta="; SOSTITUISCI(J2" ""%20"); "&";

    "anzianita="; SOSTITUISCI(K2" ""%20"); "&";

    "contratto="; SOSTITUISCI(L2" ""%20"); "&";

    "inquadramento="; SOSTITUISCI(M2" ""%20"); "&";

    "nascita="; SOSTITUISCI(N2" ""%20");

    "' style='width: 100%; height: 12000px; border: none;' scrolling='no'></iframe>")


    

    That's it. Unfortunately, I wasn't able to test it on your website; if the issue still persists, please let us know.

    Give it a try and let us know if you have any other questions.