In this example, I will help you how to show the feedback icons in custom area which are
right after the labels.
We're going to archive it by triggering the init.field.fv event. The event handler is called
after initializing the field which places the icon and error messages at desired
position.
The feedback icon must be placed inside the
field's parent element which has .form-group
class in most cases. Otherwise, the plugin cannot find the icon element to show up after
validating the field.