Skip to content

Instantly share code, notes, and snippets.

@kstover
Created September 18, 2015 17:02
Show Gist options
  • Save kstover/a919d20aa8ebdddf77d5 to your computer and use it in GitHub Desktop.
Save kstover/a919d20aa8ebdddf77d5 to your computer and use it in GitHub Desktop.
/*
* This variable holds all of our custom strings for form display.
* It can be accessed and used by our JS code.
*/
var nfDynamicContent = {
beforeForm: '',
beforeFields: '<h4>Please check your fields carefully!</h4>',
afterFields: '',
afterForm: ''
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment