• Resolved cmhdesign

    (@cmhdesign)


    For accessibility reasons, some forms require that labels use the for attribute <label for=”id-name-here”>. Unfortunately this breaks the grid display, which is not the end of the world as the grid is still there and it works fine on the front end, but I thought it worth mentioning.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Indeed, but this is only possible of your input fields have id attributes. CF7 plugin does not render id attributes for field tags

    Plugin Author Aurovrata Venet

    (@aurovrata)

    The smart plugin allows you to redefine the html markup and place a for attribute with a regex as value…

    ...for="\s"...

    So that the grid UI will recognise the new pattern.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘breaking grid display’ is closed to new replies.