Input Table: Hover text on input table is blocking some answers on all of our forms.

  • ellentonrx
    Asked on June 3, 2021 at 12:48 PM
  • Laura JotForm Support
    Replied on June 3, 2021 at 5:50 PM

    Hi,

    I checked your form and I was able to see the popup blocking the checkboxes.

    You can move the pop-up with this CSS code:

    #id_47 > .form-description {
    position: unset;
    max-width: 300px;

    }

    I cloned and tested this on your COVID-19 Vaccine Screening Form Pfizer form, and it looks like this:

    1622756822 60b94dd69ef17  Screenshot 10
    Here is our guide on how to inject Custom CSS to your form:
    How-to-inject-custom-css-codes

    Let us know if you need further assistance.

  • ellentonrx
    Replied on June 3, 2021 at 6:11 PM
    Can we remove pop-up.WE DO NOT NEED THAT.
    ...
  • Laura JotForm Support
    Replied on June 3, 2021 at 7:17 PM

    Hi,

    It's possible to remove the hover text from the field.

    Click on the gear icon to open Input Table Properties, and then open the Advanced tab.
    Remove the text in the Hover text field, and the pop-up hover text box will disappear.

    1622762169 60b962b9dc431 inputtabl Screenshot 10

  • ellentonrx
    Replied on June 4, 2021 at 6:33 PM
    Thank you
    ...