[Plugin: Visual Form Builder] Legend-less fieldsets
-
Fieldsets are great, don’t get me wrong. But it seems impossible to make a fieldset without a legend. Now that may seem silly at first, but sometimes a fieldset *just* doesn’t need a legend. For instance, the “security” fieldset only has the security field and a button. And a form may consist of only one fieldset (apart from the security thing).
Anyway, what happens is, in the admin panel the fieldset goes wonky. Workable, but clearly not tested for having no title. Worse, in the resulting HTML, there’s still a
<div class="legend"><h3></h3></div>. I need that gone of there’s no legend. Empty HTML elements are bad practice.
The topic ‘[Plugin: Visual Form Builder] Legend-less fieldsets’ is closed to new replies.