Showing 1 – 1 of 1 replies
juanlock

Nice template I work perfectly. I would […]

juanlock PURCHASED
8 years ago
hello nice template i work perfectly.

i would like use class="form-group" using data on list from column database mysql. what recommend?
BlackrockDigital
8 years ago
I am not sure on this one. Form group will give you decent spacing between form elements, but I would house the form items within div's that had the form group class.

So for instance:

<div class="form-group">
...
</div>

The ... would be your input, select, text area, etc. Hopefully this helps!