I have a form with two datacard fields and the datasource is dataverse tables
Eg Name and Email
I only want to be able submit the form when both fields are populated and then go to the success screen
I have set fields to Required to be true
I have also set DisplayMode to If(IsBlank(DataCardValue7_1) Or IsBlank(DataCardValue9_1), Disabled, Edit) - which then disables the Submit Button when either one is not populated
I have tried DisplayMode to If(IsBlank(DataCardValue7_1) And IsBlank(DataCardValue9_1), Disabled, Edit) - which then disables the Submit Button when both are not populated
I would like to be able to include disable the Submit button
If both fields are blank or if either one field is blank, thus the Submit button should only be enabled if both fields are populated

Report
All responses (
Answers (