In an OmniScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement checkbox. How should the developer configure the conditional view to meet this requirement?
You can set the element to required and then use show element if true, however this is not mentioned in the question. What you "could do" should not be part of your answer. The correct answer should be set element to require if true - A.
B makes a lot of sense, but correct is A. It says in the text "OmniScript to require user input only". The user may input data in the field, if he didn't check the checkbox, but he requires , if he checked the checkbox.
To configure a Disclosure element in an OmniScript to require user input only if the user has already checked a Non-Disclosure Agreement checkbox, a developer should configure the conditional view using:
B. Show element if true
By configuring the Disclosure element's conditional view with the "Show element if true" option, the element will only be displayed if the condition is true, which in this case would be if the user has already checked the Non-Disclosure Agreement checkbox.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
tani588
Highly Voted 1 year, 8 months agokwon25
Most Recent 3 months, 1 week agohaily244
1 year, 1 month agoAntonispar
11 months, 3 weeks agocooldeeps
1 year, 3 months agopratikshagorhe2000
1 year, 4 months agothneeb
1 year, 5 months agoKurte
1 year, 5 months agostunkikar
1 year, 6 months agoppremy
1 year, 6 months agoLivingTheDream
1 year, 6 months ago