Hi When defining form elements as required or not, the output is something like this:
<label for="header" class="required">Header</label> <label for="header" class="optional">Header</label> Is it possible to remove the required or optional and set them with another values ? Cheers holo
