Created
December 16, 2016 00:19
-
-
Save philhoyt/d6d36aca6c14f235df8287f94fd379c4 to your computer and use it in GitHub Desktop.
Custom Ninja Forms Submit Button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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