wp-forms
wp-forms copied to clipboard
New form element & updated errors decorator
Sometimes we need a wrapper for some stuff inside the form (not a <fieldset>
tag). For example — Input Groups from Bootrap needs a <div class="input-group">
wrapper. For this I've create Wrapper component. See getbootstrap.com/components/#input-groups-buttons.
Errors decorator Now this decorator can put errors at the bottom of input and also opportunity for change tags and classes.