Custom Ninja Forms Submit Button
<script id="tmpl-nf-field-submit" type="text/template"> | |
<a id="nf-field-{{{ data.id }}}" class="btn {{{ data.renderClasses() }}} nf-element " target="_self" href="#"> | |
<span class="btn-content">{{{ data.label }}}</span> | |
<span class="icon"><i class="fa fa-arrow-right" aria-hidden="true"></i></span> | |
</a> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment