fieldset support

  1. jlk4p
    Member

    I'm determining how my area wants to implement forms in WordPress. In looking at this plugin I see that it offers the ability to create section breaks. Is a section break equivalent to the fieldset tag? Does this support the use of fieldset? If not is the section break in this plugin defined as class such that I can use CSS to tweak the appearance of a fieldset with a box around it?

    Posted 4 months ago on Tuesday January 3, 2012 | Permalink
  2. We have HTML fields that can be placed in the form to pull off things like fieldsets. There is actually a walk through of how to do that here, if you choose to purchase:

    http://www.gravityhelp.com/forums/topic/fieldsets#post-17019

    Posted 4 months ago on Tuesday January 3, 2012 | Permalink
  3. hello
    Member

    For what it's worth, the markup at the above closed topic didn't work for me -- orphaned tags; didn't validate.

    But this did (in a wacky but valid way):

    Opening html block for a fieldset:

    <fieldset id="fieldset_1">
    <legend>Fieldset 1</legend>
    <ul>
    <li>

    Closing html block for a fieldset:

    </li>
    </ul>
    </fieldset>

    If using multiple fieldsets, semantically this yields a list of fieldsets, each of which contains a list of fields. The only problem is an empty <li></li> but at least I can style it out of existence.

    Posted 3 months ago on Friday February 3, 2012 | Permalink
  4. Thank you for posting your solution.

    Posted 3 months ago on Tuesday February 7, 2012 | Permalink

This topic is read-only and has been closed to new replies.