See Announcements
$username = '{$my->username}';
return $username;
Thanks, but not quite. That would result in the field always showing the current user. I want it in lists to show the name of the user that entered the records.Use calc element and place this code:
Placeholders info:PHP:$username = '{$my->username}'; return $username;
https://fabrikar.com/forums/index.php?wiki/placeholders/
THANKS!! So simpleThere's a "user" element storing the user who created or (option) edited the record.
https://fabrikar.com/forums/index.php?wiki/user-element/
If it's only for new records (i.e. you want to store who created the record) you can also use a simple field element with Default {$my->id}