Radio and Checkbox value:label not working correctly

Support MB Builder Radio and Checkbox value:label not working correctlyResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20690
    pluginovenpluginoven
    Participant

    After importing custom fields from a .dat file all the radio and checkbox fields that had value:label are showing value:label as the label and the array index as value. The code that is generated has gone from:

    options' => array(
        'yes' => esc_html__( 'yes', 'text-domain' ),
        'no' => esc_html__( 'no', 'text-domain' ),
    )

    to this:

    options' => array(
        0 => esc_html__( 'yes:yes', 'text-domain' ),
        1 => esc_html__( 'no:no', 'text-domain' ),
    )

    Even when creating a new field this is an issue. Even when creating completely new custom field meta-box post type this is an issue.

    MB Builder Version 3.3.2

    #20692
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please update the plugin MB Builder to the new version 3.3.3 then just re-update the field group to fix this issue.

    Let me know how it goes.

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