Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hiding command inputs based upon dropdown value - not working properly

Six1Seven1
Advocate

Hiding command inputs based upon dropdown value - not working properly

Six1Seven1
Advocate
Advocate

Hello all,

 

The basic function of what I am trying to achieve here is that...

 

1. User selects a dropdown menu item

2. Based upon their selection, specific value inputs will be visible

 

What I have achieved thus far:

 

1. Drop down menu item is selected

2. Value inputs become invisible

3. Problem: value inputs do not return back to visible when selecting the a different option

 

 

More details:

How I want this to function is:

 

1. If the dropdown reads "Cylindrical"

    Then, show all my value inputs (there are many so i dont want to list them)

 

2. If the dropdown reads "Square"

    Then, hide all my value inputs in previous step, THEN show another set of value inputs

 

 

Therefore, I am trying to basically hide or show specific inputs based upon a dropdown menu of 2 choices. And I know what you're thinking... "Use a boolean"... welll I don't want to.

 

Is this possible?

 

My code is attached via txt. Thank you very much.

 

 

 

 

0 Likes
Reply
271 Views
0 Replies
Replies (0)