Inventory widget: How to remove the Hover Text?

  • charitychallenge
    Asked on December 10, 2017 at 4:09 AM

    In the meantime, I ended up trying the Inventory widget instead and that also appears to do what I want, but there is one separate issue that I am trying to fix with that - I cannot work out where the tool tip (hover over the field and you will see "(includes 1 x team of 4 golfers)")has come from and how I can change/switch off/on.

    Here is the new form I have built related to the above:

    https://form.jotform.com/73430542751957

  • BJoanna
    Replied on December 10, 2017 at 4:25 AM

    I am also not sure from where the hover text is coming from. The Inventory widget does not have  the Hover Text option. 

    I noticed that the last widget on your form does not have the hover text. How did you add those widgets to your form? Did you add them manually one by one or did you use duplicate field option? 

    I was not able to replicate the issue when I added a new widget to the form. Can you add a new widget to your form to see if the Hover Text will be shown?

    You can also disable Hover Texts for all form fields with this CSS code:

    .form-description {

        display: none;

    }

    How to Inject Custom CSS Codes

  • charitychallenge
    Replied on December 10, 2017 at 5:40 AM

    I created the first, then duplicated the rest - perhaps I created the last one from the widget option.

    Pity we cannot work out why it occured, but anyway, I'll inject the css to get around the problem.

    Thanks

  • Support_Management Jotform Support
    Replied on December 10, 2017 at 6:55 AM

    This is indeed odd - I also can't figure out why you had those HOVER TEXTS on the Inventory Widgets. Adding a new Inventory Widget will never allow you to add any hover text to begin with.

    They appear to be coming straight from the source code of the form:

    Inventory widget: How to remove the Hover Text? Image 1 Screenshot 20

    Nevertheless, with the CSS codes given by my colleague, I can confirm the hover texts are not displaying anymore.