Form Markup

Component ID

81150

Component name

Form Markup

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

8806

Component created

Component changed

Component body

This module allows you to add surrounding HTML values to any CCK widget by determining prefix and suffix values.

Examples:

  • Adding of surrounding divs:
    prefix: <div id="my-special-field">
    suffix: </div>
  • Adding of a 'clearing' break when using floats:
    suffix: <span class="clear"></span>

Note: Although this module can be very useful in some cases, I don't think it's best practice to use it, as usually Drupal already comes with too much markup.