I want to put a field with {user:user_email}, there is some possibility that the author (logged) can not modify the field, which is blocked?
Thanks
I want to put a field with {user:user_email}, there is some possibility that the author (logged) can not modify the field, which is blocked?
Thanks
I'm not sure what you are asking. You want a field to populate with {user:user_email} but not allow the user to modify the field? If so you would add a Hidden field to your form and set it's default value to {user:user_email}.
If you want to use an Email field you would add an Email field to your form, go to the Advanced field and set it's default value to {user:user_email} *AND* set it's visibility to Admin Only. Then it won't appear on the form but will still submit as an Email field.