Actions

Translations

Translations:General FAQ/110/es

From LimeSurvey Manual

<syntaxhighlight lang="twig"> {# Nombre de los participantes #}

<label for='register_firstname' class='Template:ASurveyInfo.class.registerformcolrowlabel control-label '>Template:GT("Nombre:") Template:Include('./subviews/registration/required.twig') {</label> # etiqueta adicional #}
{{ C.Html.textField('register_firstname', aSurveyInfo.sFirstName, ({'id': 'register_firstname','class': 'form-control', 'required': true})) }} {# campo obligatorio #}