PluginProbe
WPBot – ChatBot Conversational Forms / 1.3.8
WPBot – ChatBot Conversational Forms v1.3.8
1.5.0 1.4.8 1.4.7 trunk 0.9.2 0.9.3 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.6 1.1.7 1.1.8 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 All 36 releases
conversational-forms / fields / text / preview.php

preview.php in WPBot – ChatBot Conversational Forms 1.3.8, at fields/text/preview.php

7 lines 498 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="preview-qcformbuilder-config-group">
2 {{#unless hide_label}}<lable class="control-label">{{label}}{{#if required}} <span style="color:#ff0000;">*</span>{{/if}}</lable>{{/unless}}
3 <div class="preview-qcformbuilder-config-field">
4 <input {{#if hide_label}}placeholder="{{label}}"{{else}}placeholder="{{config/placeholder}}"{{/if}} type="{{config/type_override}}" class="preview-field-config" value="{{config/default}}">
5 <span class="help-block">{{caption}}</span>
6 </div>
7 </div>