-
Goal: Trying to set a field default to Firstname
-
Steps: Create a text Field, Add default value of {{current_user.firstname}}
I am using Self Hosted version 3.56.0
Goal: Trying to set a field default to Firstname
Steps: Create a text Field, Add default value of {{current_user.firstname}}
I am using Self Hosted version 3.56.0
Hey @KeithMacK I think its just the capitalization issue.
{{ current_user.firstName}}
This should be the correct formatting for it. Hope this helps!
Well now I feel dumb….
That did it! Thank you!
Been there done that, if it makes it any easier!