Open link through dropdown values

i have a dropdown list with values as links which are to be opened upon selection in a new tab?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to usamab5621
    When a dropdown value is selected then the respective link should be opened in a new tab

    This is not directly possible as dropdowns can neither function as a link nor can they cause anything to "open in a new tab".  However as Shubham has pointed out, it is trivially easy to allow a dropdown to control the present content on an interface, acting as a sort of "tab control" or whatever you'd like to describe it as.  The user simply changes the dropdown selection and the selected interface and/or section proceeds to load immediately.

Children
No Data