• Resolved podpirate

    (@podpirate)


    In the Frontend HTML Form the the label for attribute does not match the input’s ID.
    This is the HTML-output generated by the plugin with [MY_LIST_ID] being .. well guess what 🙂

    <label class="prompt yks-mailchimpFormDivRowLabel" for="[MY_LIST_ID]-EMAIL"> etc.
    <input type="text" name="[MY_LIST_ID]-EMAIL" class="[MY_LIST_ID]-EMAIL yks-require" id="0-[MY_LIST_ID]-email" >

    thx ‘n’ regards,
    joern

    http://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor yikesinc

    (@yikesinc)

    Hi there Joern.

    I am not sure I follow. In your example both the label and the input are [MY_LIST_ID]-EMAIL

    Also I just tried a new form on a test site and the labels and fields were matching.

    Let me know if I am missing something.

    Thanks!

    Hi Joern,

    In version 2.2.1 we’ve changed the label attribute “for” to match the input “id” instead of “name”.

    Carlos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTML: Relation between label and input broken’ is closed to new replies.