Create HTML Dropdown Links in List Widget

592
1
11-03-2021 02:12 PM
EddyClark
Occasional Contributor

I'd like to create a dropdown menu, with links, in my list widget.  I have multiple forms pointing to one dataset, and I'd like to reduce the clutter on the list widget.  

0 Kudos
1 Reply
jcarlson
MVP Esteemed Contributor

While Dashboards can handle a number of different HTML tags in something like the List widget, the <select> tag is not one of them. You might be able to accomplish something using <div> elements with some style tags. For instance, we have a dashboard where each list item has a series of buttons:

jcarlson_0-1635975231441.png

 

I don't know what other Dashboard functions you're using, but you might look into Experience Builder, as the List widget there is a lot more flexible in what it can do. Each list item could have a button that links to an anchored window. Inside the window could be a tabbed section widget with each of the relevant forms embedded and selectable by tab buttons.

- Josh Carlson
Kendall County GIS
0 Kudos