Hover text is not popping up.

  • Fariborzz
    Asked on June 1, 2021 at 5:11 PM

    We are having difficulties with the Hover Text field popping up and staying up during the COVID-19 Vaccine Screen Questions and the users are not able to make selections for the questions. This is a new occurrence and the form was functioning without any issues in the past.


    Form name is: Lorien-Columbia COVID Vaccine Registration Form :


    https://hipaa.jotform.com/211105852090142




  • Jed_C
    Replied on June 1, 2021 at 9:29 PM

    Most of your fields doesn't have a hover text that is why it's not popping up. Try adding a text and test the form again.

    1622597364 60b6def4cc5eb hover Screenshot 10

  • Fariborzz
    Replied on June 1, 2021 at 10:00 PM
    I realize that. I only needed one hover text. The problem is that this one hover text is popping up and preventing selection of all other question answers. It is disrupting the form and I cannot tell what has caused this.
    Fariborz Zarfeshan, R.Ph.
    ALFA Specialty Pharmacy
    8940 Route 108, Suite B
    Columbia, MD 21045
    Tel: (301) 754-2532
    Fax: (301) 754-2534
    "Live The Moment"
    ...
  • Girish JotForm Support
    Replied on June 2, 2021 at 1:37 AM

    I can see that you are referring to the hover text added to the input table.

    Please add this CSS code to the form to move the position of the hover text so that it does not hinder the selection of options:

    #id_47 div.form-description {

    right : -200px;

    }

    Related guide for reference: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    Do check and let us know if this will work out for you.