so I have a form
with fields 1,2,3
I have users x,y,z
I want to make it so that when I try to edit the form with gravity view it filters the shown fields by the logged in user.
when user X is logged in, they only see Field 1 and not field 2 or field 3
when user y is logged in, they only see field 2 and not field 1 or field 3
when user Z is logged in, they only see field 3 and not field 1 or field 2