How I can remove scrollbars on my feedback form?

  • pierocan
    Asked on March 28, 2016 at 9:27 AM

    <script src="https://form.jotformz.com/static/feedback2.js?3.3.REV" type="text/javascript"> new JotformFeedback({ formId: "52064775879673", buttonText: "SUSCRIBE", base: "https://form.jotformz.com/", background: "#00BFFF", fontColor: "#000000", buttonSide: "left", buttonAlign: "center", type: 2, width: 500, height: 580 }); </script>

  • Jan
    Replied on March 28, 2016 at 9:57 AM

    Can you please add this CSS code to your webpage's stylesheet.

    .jt-content {overflow:hidden !important;}

    Again, this CSS code should be added on your own CSS file and not on JotForm. The result should look like this:

    How I can remove scrollbars on my feedback form? Image 1 Screenshot 20

    Hope that works. Thank you.