PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

invalid markup problems

  1. I had mentioned this once before but is there a way in the next patch that this portion of the markup output be fixed:

    <div id="gform_heading">
      <h3 id="gform_title">foo</h3>
      <span id="gform_description">bar</span>
    </div>

    and

    <ul id="gform_fields" class="top_label">

    changing them to a class would be spectacular since if you have multiple forms on a page, the HTML will invalidate.

    Thanks,
    Lucas

    Posted 15 years ago on Tuesday October 20, 2009 | Permalink
  2. For a single form, this markup should validate and even with multiple forms, though it might not validate, shouldn't cause any problems with functionality.

    We will look into some options to better facilitate validation of multiple forms in the future. I'm not sure if that's something that will make the next release or not, but we'll get it on the list.

    Posted 15 years ago on Tuesday October 20, 2009 | Permalink
  3. Everything functions fine single or multiple forms. This is just an issue of HTML validation, which as everyone knows is the "IN" thing these days :)

    Posted 15 years ago on Wednesday October 21, 2009 | Permalink
  4. Yep. It's a good suggestion. Thank again.

    Posted 15 years ago on Wednesday October 21, 2009 | Permalink