Your IP : 216.73.216.5


Current Path : /home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/Templates/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/ninja-forms/includes/Templates/fields-repeater.html

<script id="tmpl-nf-field-repeater" type="text/template">
    <# if(data.renderDescText() !== '' ) { #>
        <div>{{{ data.renderDescText() }}}</div>
    <# } #>
    <div id="nf-field-{{{ data.id }}}" 
        class="nf-repeater nf-repeater-fieldsets {{{ data.element_class }}}"
        data-field-id="{{{ data.id }}}"
    >
    </div>
    <button type="button" class="nf-add-fieldset">{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.button_text ) : data.button_text }}}</button>
    <div>{{{ data.description }}}</div>
    
</script>

<script id="tmpl-nf-field-repeater-set" type="text/template">

    <legend>{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}} {{{ data.index }}}</legend>
    <# if(data.index > 1 ) { #>
        <button class="nf-remove-fieldset" type="button" title="Remove Fieldset">&times;</button>
    <# } #>
    <div class="nf-repeater-fieldset" ></div>

</script>