relation from different groups
-
Hello,
Is it possible to use relation from different groups?
I’m trying to migrate from another Builder but this scenario seems not to be valid in your builder.e.g:
'params' => array( 'group 1' => array( array( 'name' => 'param1', 'label' => 'Param 1', 'type' => 'dropdown', 'options' => array( '1' => '1', '2' => '2', '3' => '3', ), 'value' => '1', 'description' => 'Description of Param 1', ), ), 'group 2' => array( array( 'name' => 'param2', 'label' => 'Param 2', 'type' => 'text', 'value' => '', 'description' => 'Description of Param 2', 'relation' => array( 'parent' => 'param1', 'show_when' => array( '2', '3' ) ), ), ), )
Is this a hard restriction or do you plan to support this scenario?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘relation from different groups’ is closed to new replies.