pop_up dimention

  • ghaderi.maryam68
    Asked on November 26, 2021 at 8:22 PM


    hello

    Is there a limitation for the number of words in the pop-up? I see that it does not show the last lines when it became a lot.

    and is it possible to have a customize size for pop up?


  • mauramalinang
    Replied on November 26, 2021 at 8:31 PM

    Hi there,

    I hope you had a great day.

    I believe there is no limitation on the number of words in the pop-up.

    But you can customize the size dimensions of the pop-up.

    Please see this link as a guide: https://www.jotform.com/answers/1544138

    Hope this helps!


  • Samuel_Ray Jotform Support
    Replied on November 26, 2021 at 9:01 PM

    Hi there,

    You can just adjust its width and height via CSS to accommodate the other texts. Then just inject the CSS code into your form.

    You can use this example snippet that I created here. Just make sure to modify the sizes as you see fit

    .form-description-content {
        width: 500px;
        height: 500px;
    }

    I hope this helps. If you need further help, please don't hesitate to get back to us. Thank you!

  • ghaderi.maryam68
    Replied on November 27, 2021 at 11:01 AM

    Thank you for your responses

    but i did not get my answer

    this is the code I used for popup. where should I add width and height?

    <a href="#open2" rel="nofollow">Open Pop-Up 2</a><a class="close" title="Close" href="#close" rel="nofollow">X</a>Hey there!Here's second popup.You can customize this with your own message. 



  • Dragana JotForm Support
    Replied on November 27, 2021 at 11:13 AM

    Hello, Maryam!

    To customize the size dimensions of the pop-up, kindly check the link my colleague posted above:

    https://www.jotform.com/answers/1544138-how-to-increase-the-size-of-the-popup-or-feedback-form-in-full-size-screen.

    Please give it a try and let us know how it goes.