Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to restrict what values the user can add to an inputfield? For example if the only values allowed are 0 or 1.
And is it possible to restrict which users can change the inputfields?
I don't know any direct way to do that. But I'm pretty sure you can evaluate using an IF expression data once it has been introduced and show something -say Null()- when the data introduced is not what you are looking for. Now, the way to evaluate and how to do it will depend on the field and the type of data you want to collect (I'm thinking i.e.: about Match()).
Regards.