Since markup items are wrapped-in-a-div, you can't use this as a way to wrap other things.

For example, you can't make a low-weight markup with <div class='foo'> and then a high-weight with </div>

The way they are described in the maintenance form, it sure seems to be suggesting that they are useful to, well, include markup. It would seem to be more useful, if more dangerous, to allow snippets.

On the other hand, this probably collapses to a suggestion to allow users with enough permission to set more form-api attributes.

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

If you're looking to rearrange a form entirely or add significant markup, you'd be better off theming the form in your template.php file.