Simple HTML code on RADIO/CHECKLIST labels is not working anymore

Support General Simple HTML code on RADIO/CHECKLIST labels is not working anymoreResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26736
    Teia Local StudioTeia Local Studio
    Participant

    Hey, guys!
    Question:

    On previous versions of MetaBox I was able to use HTML code to improve the description of labels in RADIOs and CHECKBOXES, like this:

    
    array(
        'id'   => 'genre',
        'type' => 'radio',
        'options' => array(
            'a' => 'Option A, more info <a href="#">clicking here</a>', // Here the HTML does not work anymore
            'b' => 'Option B, more info <a href="#">clicking here</a>', // Here the HTML does not work anymore
            'c' => 'Option C, more info <a href="#">clicking here</a>', // Here the HTML does not work anymore
            'std'  => 'a',
            'desc' => '<br />Learn more <a href="#">clicking here</a>', // Here the HTML works
        )
    ),
    

    The HTML is not interpreted ONLY in the radio options. If I use it in the "desc" field, it is working fine.

    Thank you!

    #26746
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The development team has pushed a commit to fix this issue. Can you please get the new code and re-check the issue?

    #26748
    Teia Local StudioTeia Local Studio
    Participant

    YES!
    Problem SOLVED.
    Thank you as always for your prompt help!

    Regards,
    Giovani.

    #26750
    Long NguyenLong Nguyen
    Moderator

    Thanks for confirming. It will be included in the next release.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.