Hi All,
I have a editable form where two datacards are only visible when a certain selection is made in another datacard.
I have a button that will submit the form that has If(IsBlank( statements in the display mode so that it is disabled if certain items in the form aren't filled in.
What I want is for the button to be disabled if those two datacards are visible but not filled in and then the button to become editable when they are visible and filled in, but I also want the button to be disabled and editable when they aren't visible and filled if the other items are filled.