Actions

Translations

Translations:General FAQ/107/vi

From LimeSurvey Manual

 {# Email người tham gia #}
 <div class='{{ aSurveyInfo.class.registerformcolrowc }} form-group row' {{ aSurveyInfo.attr.registerformcolrowc }}> 
 <label {{ aSurveyInfo.attr.registerformcolrowclabel }} class='{{ aSurveyInfo.class.registerformcolrowclabel }}  control-label'>{{ gT("Địa chỉ email:") }} {{ include('./subviews/registration/required.twig') }} !</label> 
<div {{ aSurveyInfo.attr.registerformcolrowcdiv }}  > 
 {{ C.Html.textField('register_email', aSurveyInfo.sEmail, ({'id' : 'register_email','class' : 'form-control input-sm','required' : true})) }}
</div> 
</div>