zhouzi / GentleForm

Accessible and user-friendly HTML5 form validation library.
http://codepen.io/Zhouzi/full/QbBzZp/
MIT License
36 stars 3 forks source link

Add a way to "cache" error messages #2

Closed zhouzi closed 9 years ago

zhouzi commented 9 years ago

Add support for "cached" templates so instead of duplicating the error messages, we could do:

<div data-gentle-include="form-errors.html"></div>