Enable/Disable DisplayForm Buttons
I have a disclaimer form at the startup of my workflow, and would like to put a checkbox to verify the user is acknowledging the disclaimer. I would like the AGREE button on the form to be disabled until the user clicks this checkbox. I can't find any way to enable or disable the form buttons. Is there a method to do this? The form.Find(Of xxx) construction does not seem to include the form buttons.
Any help?
0
-
I don't think there is a way to disable buttons in the form. But you could use a checkbox for an if/else statement in the workflow - I agree - workflow continues - I disagree - workflow exits. 0
Please sign in to leave a comment.
Comments
1 comment