Skip to main content
July 6, 2021
Question

Validation message on Submitting the Form

  • July 6, 2021
  • 2 replies
  • 0 views

Hi,

I have the below below submit condition.

I want to display validation message  if isnull condition is true .

The message  will be "You must either select Approve or Deny option".

Could someone please help?

Thanks

Faisal

    2 replies

    stefanhelzle0001
    Brainy
    July 6, 2021

    Making "submit" conditional will not solve your requirement.

    You will need to add validations to the individual fields. On submit these validations will be evaluated and messages show up. Failing validations will prevent the submit.

    July 6, 2021

    Thank you Stefan