Actions

Translations

Translations:General FAQ/110/nl

From LimeSurvey Manual

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

<syntaxhighlight lang="twig">

       {# Participants first name #}
           <label for='register_firstname' class='Template:ASurveyInfo.class.registerformcolrowlabel control-label '>Template:GT("First name:") Template:Include('./subviews/registration/required.twig')</label> {# extra label #}
               {{ C.Html.textField('register_firstname', aSurveyInfo.sFirstName, ({'id' : 'register_firstname','class' : 'form-control', 'required' : true})) }} {# mandatory field #}