Showing 1 – 1 of 1 replies
cma018

I got a question retarding validation […]

cma018 PURCHASED
2 years ago
Hi, i got a question retarding validation message, currently it only uses one
<p class="help-block text-danger"></p>
every row,

i changed the form format to use multiple columns every row, and put about <p> element in every column, when validation fails, all validation message are pushed in to the first column in the row, is there anyway make the error message show in the column where it is generated
BlackrockDigital
2 years ago
The help block should remain a child of the parent element. If they are brought outside of their parent, then all of them would show up due to the way the plugin is written. Hopefully this helps!