Revision as of 10:12, 24 March 2022 by Ad Strack van Schijndel (talk | contribs) (E00a555c-1e5d-4eb3-b26b-5be8dc16c657 moved page DevOps:Doc/FlexForm/1.0.0/fieldset to fieldset without leaving a redirect: Text replacement - "1.0.0" to "1.0")

DevOps:Doc/FlexForm/1.0/fieldset

Name

fieldset

Type

fieldset

Synopsis

How to group certain inputfields together

Description

A _fieldset can visually group certain form elements together. In other word you can group questions related to each other.

A _fieldset is useally used in combination with _legend, but not necessary.

Parameters

_fieldset

Can hold all styling HTML5 arguments. It also has a form tag that refers to the form's id when a fieldset is not nested within a form.

You can also disable a fieldset, essentially disabling all _input fields inside a _fieldset.

Example

<_form action="get">
  <_fieldset>
    <_legend>Simple fieldset</_legend>
    <_input type="radio" id="radio" /><_label for="radio">Spirit of radio</_label>
  </_fieldset>
</_form>


Note

Links

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset

ws-page-props