If condition in a form save button

Hi guys,

I’ve a standard add form (system created) and when it’s open it shows the “save” and “cacel” button.

Now I need that the user can “save” only if a “email” value insert in the form is equal to Useremail().

I can’t find a condition for “save” chance…

How can do it?

Thanks

D

Your requirement seems to be a bit unusual. In general you could achieve what you are trying to do by using a valid_if of [_THIS]=USEREMAIL() in the [Email] column. You could also have initial value of USEREMAIL() in the [Email] column to capture the user’s email.

Unless the user enters his own email in the field , the valid_if will not go through and form will not save.

2 Likes