Actions

Translations

Translations:General FAQ/110/nl

From LimeSurvey Manual

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