Hi,
I am new to confiform. I want to extract emails from User field multi select
I have set 2 confiform fields, named multiuser (for capturing users) & usersemail (as Readonly field to display emails)
I have gone through below article but didnt find field where to use the expression - Can anyone assist?
Hi @Shah
Do you want to set the read-only field with an emails of a selected users?
The easiest would be to use a ConfiForms Field Definition Rules
usersemail=[entry.multiuser.transform(email).asList]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.