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/field-after.html

<script id="tmpl-nf-field-after" type="text/template">
    <#
    /*
     * Render our input limit section if that setting exists.
     */
    #>
    <div class="nf-input-limit"></div>
    <#
    /*
     * Render our error section if we have an error.
     */
    #>
    <div id="nf-error-{{{ data.id }}}" class="nf-error-wrap nf-error" role="alert" aria-live="assertive"></div>
    <#
    /*
     * Render any custom HTML after our field.
     */
    #>
    {{{ data.afterField }}}
</script>