Dropdown: Ability to add tooltip to each option when hovered

  • ryanwake@gmail.com
    Asked on December 5, 2016 at 8:30 AM
  • Chriistian Jotform Support
    Replied on December 5, 2016 at 8:42 AM

    Hi,

    I am not quite sure what you mean. Did you mean you want to see tooltips/popovers when you hover on an option in a dropdown such as the one shown in the image below?

    Dropdown: Ability to add tooltip to each option when hovered Image 1 Screenshot 20

    Currently, it is not possible with JotForm. Please confirm if it is what your are referring to so we may escalate the feature to our developers.

    Regards.

  • ryanwake@gmail.com
    Replied on December 5, 2016 at 8:49 AM

    Yes I am looking for that feature

  • Chriistian Jotform Support
    Replied on December 5, 2016 at 9:04 AM

    Hi there,

    I have escalated this as a feature request to our development team. However, for now I would suggest the following workaround for you.

    1. Create a Text field in your form.

    2. Edit its HTML source code.

    3. Paste the following.

    <select>

       <option title="Option 1">Option 1</option>

       <option title="Option 2">Option 2</option>

       <option title="Option 3">Option 3</option>

    </select>

    4. Save your Text field.

    Please see GIF below.

    Dropdown: Ability to add tooltip to each option when hovered Image 1 Screenshot 20

     

    However, with this workaround, you will not be able to do the basic field operations on the generated dropdown (e.g. conditions, calculations, etc).

     

    When the feature has been implemented, we will let you know.

     

    Regards.