Dear all
I would like to add the Screen Name to the Title. The following approach is not working:
{exp:safecracker channel="xxx" dynamic_title="[screen_name]: [note]" return=""}
With the following wordaround, it is possible (even if no “name” field really exists for this channel):
{exp:safecracker channel="xxx" dynamic_title="[name]: [note]" return=""}
<input type="hidden" name="name" id="name" value="{screen_name}" />
But is there perhaps a more efficient solution?
Thanks, MISC