- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{% set textFieldHtmlOptions = { 'id' : 'token', 'required' : true, 'readonly' : true, 'class' : 'form-control' } %} {{ C.Html.textField( 'token', (( aSurveyInfo.aForm.token )), (textFieldHtmlOptions)
<input class='{{ aSurveyInfo.class.maincolformdivainput }} form-control', type='text' {{ aSurveyInfo.attr.maincolformdivainput }} >
<input type='text' class='form-control' id='token' name='token'>