How do I disable options within my forms?

How do I disable options within my forms?

chris
Advisor Advisor
377 Views
3 Replies
Message 1 of 4

How do I disable options within my forms?

chris
Advisor
Advisor

I'm trying to make a certain option available "ONLY" when a certain "style" is chosen?

Accepted solutions (1)
378 Views
3 Replies
Replies (3)
Message 2 of 4

WCrihfield
Mentor
Mentor

Hi @chris.  Create an extra Boolean type user parameter just for use within the 'Enabling Parameter Name" setting of your Form, then use an iLogic rule (or add some code to your existing rule) that will set that Boolean to False when that one Type is chosen, and will set it to True when any other Type is chosen, and make sure that the rule is triggered to run every time the Type selection parameter's value changes.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 4

tyler.warner
Advocate
Advocate
Accepted solution

You had everything right in the video but you forgot to set the "Tee_Offset" (true or false) in your rule when you changed your selection.

If this solved your problem or answered your question, please click ACCEPT SOLUTION.
If this helped you, please click LIKE.
0 Likes
Message 4 of 4

chris
Advisor
Advisor

@tyler.warner yep... got it, Thanks!

0 Likes