Actions

Translations

Translations:General FAQ/111/nl

From LimeSurvey Manual

{# Participants last name #}

           <label Template:ASurveyInfo.attr.registerformcolrowblabel  class='Template:ASurveyInfo.class.registerformcolrowblabel control-label '>Template:GT("Last name:") Template:Include('./subviews/registration/required.twig')</label> {# extra label #}
               {{ C.Html.textField('register_lastname', aSurveyInfo.sLastName, ({'id' : 'register_lastname', 'class' : 'form-control', 'required' : true})) }} {# mandatory field #}

</syntaxhighlight>