Created
March 16, 2018 17:00
-
-
Save nshontz/7982ae0097f8f644baebaa1b70991767 to your computer and use it in GitHub Desktop.
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-form-layout" type="text/template"> | |
<div> | |
<div class="nf-before-form-content"></div> | |
<fieldset> | |
<legend class="sr-only">{{ data.title }}</legend> | |
<div class="nf-form-content {{{ data.element_class }}}"></div> | |
</fieldset> | |
<div class="nf-after-form-content"></div> | |
</div> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment