Your IP : 18.117.156.84


Current Path : /home/church/www/wp-content/plugins/ninja-forms/includes/Templates/
Upload File :
Current File : /home/church/www/wp-content/plugins/ninja-forms/includes/Templates/fields-label.html

<script id="tmpl-nf-field-label" type="text/template">
	<div class="nf-field-label"><label for="nf-field-{{{ data.id }}}"
	                                   id="nf-label-field-{{{ data.id }}}"
	                                   class="{{{ data.renderLabelClasses() }}}">{{{ data.label }}} {{{ ( 'undefined' != typeof data.required && 1 == data.required ) ? '<span class="ninja-forms-req-symbol">*</span>' : '' }}} {{{ data.maybeRenderHelp() }}}</label></div>
</script>