Actions

Translations

Translations:General FAQ/110/fr

From LimeSurvey Manual

<syntaxhighlight lang="twig">

{#Prénom des participants #}
<label for='register_firstname' class='Template:ASurveyInfo.class.registerformcolrowlabel control-label '>Template:GT("Prénom :") Template:Include('./subviews/registration/required.twig') {</label> # étiquette supplémentaire #}
{{ C.Html.textField('register_firstname', aSurveyInfo.sFirstName, ({'id' : 'register_firstname','class' : 'form-control', 'required' : true})) }} {# champ obligatoire #}