Hi all,
I've got a form validation on my submit button which works fine but i'd like to show a notification to say not all fields are completed (without having to validate every field)
something like this - if(form1"is not valid" then Notify("You cannot submit form as data incomplete",Notificationtype.error, submit(form1)
is this possible?