Actions

Translations

Translations:General FAQ/111/nl

From LimeSurvey Manual

Revision as of 16:15, 8 April 2019 by Han (talk | contribs) (Created page with "{# Participants last name #} <div class='{{ aSurveyInfo.class.registerformcolrowb }} form-group row' {{ aSurveyInfo.attr.registerformcolrowb }}> <label {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{# 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>