I have a form that has some required field (in this case Resolved date) The save button submits the form fields, but I'd like for it to stop it from saving unless that required field is filled out. The error message populates but the form still saves with the blank field. Any thoughts or help on this would be appreciated.
Thanks @DBO_DV I did something a tad bit similar and it worked, thanks for your help
If it does not stop it like this you could add a similar function to the buttons Displaymode:
if(DataCardValue2.Selected.Value<> "Resolved"&&IsBlank(DataCardKey1.Text),Displaymode.Disabled,Displaymode.Edit))
Hello @DBO_DV I have an if formula in that box, see below and that data card is based on the status drop down which is set to resolved.
Hey @joel914823 ,
Did you mark it as required inside your form?
you can do it here:
You need to set this to true and unlock it first (Simply click on the banner in advanced properties)
let me know if it helped.
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,075
Most Valuable Professional