Support Forum
Hi!
I have a group field with two subfields:
1) "Select" field
2) "Text" Field
Let's imagine select have the followings options:
'options' => array(
'java' => 'Java',
'javascript' => 'JavaScript',
'php' => 'PHP',
),
I wan't to save in the database "select" and "text" value group only if "text" value is not empty. How can achieve that?
Thanks!