Adding button with Subbutton

Hello All, I hope someone can help me out here. I have a form where I have multiple button to do various stuff and one button is called WarrantyCheck. Currently when I click this button it takes me to check some site where I can check my device warranty. But what I am trying to do is that when I move my mouse over to WarrantyCheck button, it will open up 2/3 subbutton where I will click to go to different site based on my device manufacturer, eg: IBM, HP etc. I have created the form with powershell. I would appreciate if someone can help me out please.

How do you expect us to help you? Do you have some test code that shows what you have and an example of what your trying to achieve. It would also be beneficial to show what you’ve tried to achieve your desired result. As your question is written currently, I don’t think anyone can provide much meaningful advice.

1 Like

Totally agree with Doug :slight_smile:
Instead of using a Button, why not use a Drop Down list and once selected (Hp, Dell, IBM…), branch accordingly?