Edit File by line
/home/barbar84/www/wp-conte.../plugins/ninja-fo.../includes/Template...
File: fields-number.html
<script id="tmpl-nf-field-number" type="text/template">
[0] Fix | Delete
<input id="nf-field-{{{ data.id }}}" name="nf-field-{{{ data.id }}}" aria-invalid="false" aria-describedby="nf-error-{{{ data.id }}}" class="{{{ data.renderClasses() }}} nf-element"
[1] Fix | Delete
aria-labelledby="nf-label-field-{{{ data.id }}}"
[2] Fix | Delete
{{{ data.maybeRequired() }}}
[3] Fix | Delete
type="number" value="{{{ data.renderNumberDefault() }}}" min="{{{ data.num_min }}}" max="{{{ data.num_max }}}" step="{{{ data.num_step }}}" {{{ data.renderPlaceholder() }}}>
[4] Fix | Delete
</script>
[5] Fix | Delete
[6] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function