I'm trying to give feedback form to responsive feature

  • BlueTime
    Asked on August 3, 2015 at 6:16 PM

    Hello there.

    I'm trying to give form to responsive feature.

    "feedback button" I'm using.. on http://form.jotformeu.com/form/52051876991363

    "responsive" feature, I learned not to support it. is that true?

    "in the mobile phone" What should I do in order to work out this form.? In the mobile phone does not work properly..

    Thanks.

  • Elton Support Team Lead
    Replied on August 3, 2015 at 10:57 PM

    Hi,

    Unfortunately, feedback forms are not made mobile responsive. However, you can customize it further by injecting custom CSS codes on your page.

    Please insert this CSS codes above the feedback embed code, this should help display the feedback form better on mobile.

    @media screen and (max-width:500px){

    .jt-feedback.ui-draggable {

        width: 90% !important;

    }

    div#js-form-content {

        width: 100% !important;

    }

    .jt-content {

        width: 100% !important;

    }

    }

    Result:

    Im trying to give feedback form to responsive feature Image 1 Screenshot 20

    Hope this helps!