Skip to content

Instantly share code, notes, and snippets.

@philhoyt
Created December 16, 2016 00:19
Show Gist options
  • Save philhoyt/d6d36aca6c14f235df8287f94fd379c4 to your computer and use it in GitHub Desktop.
Save philhoyt/d6d36aca6c14f235df8287f94fd379c4 to your computer and use it in GitHub Desktop.
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