Last active
November 20, 2016 14:23
-
-
Save kjohnson/7de6155534ba2325faba149c09179419 to your computer and use it in GitHub Desktop.
{theme}/ninja-forms/templates/fields-submit.html
This file contains hidden or 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> | |
| <div class="icon"> | |
| <div class="icon-arrow-right"></div> | |
| </div> | |
| </a> | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment