- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{{ sprintf( gT("Please contact %s ( %s ) for further assistance."), aSurveyInfo.sSiteAdminName, aSurveyInfo.sSiteAdminEmail ) }}
{{ aSurveyInfo["admin"] }} - <a href="mailto:{{ aSurveyInfo["adminemail"] }}">{{ aSurveyInfo["adminemail"] }}</a>
{{ processString('{ADMINNAME}') }} - <a href="mailto:{{ processString('{ADMINEMAIL}') }}">{{ processString('{ADMINEMAIL}') }}
The OP says "we would like to add the Survey Admin's name and email address".I think @cesa_kerrin want to access the global setting
Both work.Else aSurveyInfo["adminemail"] work ? It's not aSurveyInfo.adminemail ?
Great,tpartner wrote:
Both work.Else aSurveyInfo["adminemail"] work ? It's not aSurveyInfo.adminemail ?