• Resolved wpeffects

    (@wpeffects)


    Hi, here is the param from group.

    array(
        'name' => 'btn',
        'label' => 'Button?',
        'type' => 'checkbox',
        'options' =>
            array(
            'yes' => 'Yes',
        )
    ),
    array(
        'name' => 'btn_text',
        'label' => 'Button Text',
        'type' => 'text',
        'relation' => array(
            'parent' => 'btn',
            'show_when' => 'yes'
            ),
    ),
    array(
        'name' => 'btn_url',
        'label' => 'Button URL',
        'type' => 'text',
        'relation' => array(
            'parent' => 'btn',
            'show_when' => 'yes'
            ),
    ),

    It showing relational fields without clicking checkbox.

    Waiting for your reply.

    Thanks

    https://www.ads-software.com/plugins/kingcomposer/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Params Relation not working with Group Fields’ is closed to new replies.