- Posts: 19
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{% if aError.type == 'survey-notstart' %} <!-- Redirect code here... --> {% else %} <!-- Core error article here... --> <article id="block_error"> <div> {% if aError.error %} <h1>{{ aError.error }}</h1> {% endif %} <h2>{{ aError.title }}</h2> <p> {{ aError.message }} </p> <p> {% if aError.contact %} {{ aError.contact }} {% else %} {{gT("For further information please contact %s:")|format (aSurveyInfo.adminname)}} {% if aSurveyInfo.adminemail %} <br> <a href='mailto:{{ aSurveyInfo.adminemail }}'>{{ aSurveyInfo.adminemail }}</a> {% endif %} {% endif %} </p> </div> </article> {% endif %}