Add class="form-label" to vertical form type in BS5 Form Generator

OS info

  • Operating System : Windows 10.0.19044
  • Wappler Version : 5.5.1

Problem description

class="form-label" should be added in the label tag.

Steps to reproduce

  1. Run Bootstrap 5 Form Generator.
  2. Select Form Type Vertical.
  3. Add columns.
  4. See generated code.

<label for="inp_email"></label>

Per BS Migration to v5:

Form labels now require .form-label .