VMware Cloud Community
zootsuitjeff
Enthusiast
Enthusiast

Adding a choice before component selection

Hello support.

I'm wondering if there is a way to have a drop down choice that gets after the license agreement and selecting the install directory but before component selection?  trying to control which components are visible based on a choice before the selection, but can't find away to add a choice before component selection.

My plan B is to put both options in the component selection as components and use a non visible component with rules to allow only one of the option components to be selected, but this seems clunky compared to just asking the user to make a choice before selecting components.

0 Kudos
2 Replies
michiel_dhont
Enthusiast
Enthusiast

Hi zootsuitjeff​,

You can use <insertBefore> to show the <choiceParameter> before the components selection. For example:

        <choiceParameter>

             <insertBefore>components</insertBefore>

         </choiceParameter>

Regards,

Michiel

0 Kudos
zootsuitjeff
Enthusiast
Enthusiast

cool, thats a neat trick. thanks

0 Kudos