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

 

Solved Solved
0 1 73
1 ACCEPTED SOLUTION

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.

View solution in original post

1 REPLY 1

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.

Top Labels in this Space