I have multiple Text input boxes on a blank Power Apps page, and I want to build a feature that prevents the user from submitting the form if any of the fields are left blank. I observed numerous resources and utilised this on my submit BUTTON. Selecting DisplayMode and entering the following code:
![](https://static.wixstatic.com/media/e4c080_554859c2668f435eb276948c8fa3a03d~mv2.png/v1/fill/w_704,h_96,al_c,lg_1,q_85,enc_auto/e4c080_554859c2668f435eb276948c8fa3a03d~mv2.png)
Where am I going wrong? (i.e., the Submit button should only be enabled if all fields are filled)
Set the Default property to your formula using isBlank function and && operator then have the submit button key off of the toggle. Refer Link below..