Last active
November 20, 2016 14:27
-
-
Save kjohnson/65f44bb83db3e9402852a0c8cd9cf9a3 to your computer and use it in GitHub Desktop.
Submit button template for Blade. Install at: {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
| grve-btn-small grve-square grve-bg-primary-2 grve-bg-hover-primary-2 grve-btn-line |
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"> | |
| <div class="grve-btn-wrapper"> | |
| <a id="nf-field-{{{ data.id }}}" class="grve-btn {{{ data.renderClasses() }}} nf-element" href="#" target="_self" style=""> | |
| <span> | |
| {{{ data.label }}} | |
| </span> | |
| </a> | |
| </div> | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment