Septian Ahmad Fujianto

Results 3 comments of Septian Ahmad Fujianto

I found out on Group Field data-conditional-id and data-conditional-value doesn't exist on the markup.When I add it manually, the conditional is working. Any idea how to fix it?

Is it possible to filter render_group() output to add data-conditional-id and data-conditional value? Currently, I add it manualy on CMB2.php like this. ``` $con_id = $field_group->args('attributes')['data-conditional-id']; $con_value = $field_group->args('attributes')['data-conditional-value']; echo...

It works for PHP on Windows, with settings "php_binary_path": "D:/wamp/bin/php/php5.4.3". I'm going to try on my Ubuntu 12.04 to see if things work.