• Resolved Playnary

    (@playnary)


    Hey there,

    since v.2.12.0 in the form generated by [ALO-EASYMAIL-PAGE] the structure was changed from

    <table>
    <tr>
    <td><input onchange=”alo_em_user_form("yes");return false;” type=”radio” checked=”checked” name=”alo_easymail_option” value=”yes” class=”input-radio” id=”alo-yes”>
    <label for=”alo-yes”></label>
    </td>
    <td>
    TEXT for YES here
    </td>
    </tr>
    </table>

    to

    <table>
    <tr>
    <td><input onchange=”alo_em_user_form("yes");return false;” type=”radio” checked=”checked” name=”alo_easymail_option” value=”yes” class=”input-radio” id=”alo-yes”>
    …nothing here…
    </td>
    <td>
    TEXT for YES here
    </td>
    </tr>
    </table>

    This <label> element feels pretty standard and is important though for several styling options and checkbox-hacks. Could you please re-introduce it?

    • This topic was modified 6 years, 2 months ago by Playnary.
    • This topic was modified 6 years, 2 months ago by Playnary.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    Hi Playnary, I’ve checked it and you are talking about the subscription form for registered users, the one with radio buttons. I think the labels are always missing.
    Thanks for remark, I’ll add them in next release.

    Thread Starter Playnary

    (@playnary)

    Yes, that’s the one I mean. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘label for radio input is gone (since 2.12.0)’ is closed to new replies.