- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Joffm wrote: But consider these fields are mandatory, so you may enter something like "N.N".
Without these entries emails are not sent.
The first line must contain these fields, but firstname and lastname may be empty.The first line must contain the field names. It must also contain the following fields: firstname, lastname, email.
Following this hint I'am able to change "register_message.twig", but cannot change "First name" for "Login" in "register_form.twig". I will be grateful for a hint on how to do it.But if you are sure that it's only German you may hardcode the text
What to do?but cannot change "First name" for "Login" in "register_form.twig". I will be grateful for a hint on how to do it.
<div class='{{ aSurveyInfo.class.registerformcolrow }} form-group row' {{ aSurveyInfo.attr.registerformcolrow }}> <label for='register_firstname' class='{{ aSurveyInfo.class.registerformcolrowlabel }} control-label '>{{ gT("First name:") }}</label> <div class=""> {{ C.Html.textField('register_firstname', aSurveyInfo.sFirstName, ({'id' : 'register_firstname','class' : 'form-control'})) }} </div> </div>