Hi - I am using safecracker to allow my users to add entries via a form that pulls values from an existing entry. However, I have a hidden field that sets the title of the entry to “New entry by {screen_name}” - and even though I log in as that member, {screen_name} always outputs as admin instead of the member’s screen name. The author of the entry, appropriately, shows up as the member’s screen name.
This is my code:
{exp:channel:entries channel="evaluations" entry_id="89" dynamic="off" limit="1"}
<input type="hidden" name="title" value="MP Evaluation by {screen_name}"/>
Which shows up in the CMS as the attached file. It’s as if it is using the screen_name of the author of the original entry instead of the screen name of the logged in user. How do I output the screen_name of the logged in user instead?