Thanks! I just commented the lines. I don’t really need that functionality right now.
FYI – this is the error I’m seeing is Notice: Indirect modification of overloaded element of GF_Field_Checkbox has no effect in.
If you write a solution, would love to see it posted here so I can implement it as well. I’ll be working one one as well.
We just updated the plugin to fix this. It should work now.
@askjayson this is a fix on line 123 of gfcptaddon.php
protected static function get_base_path(){
This is actually causing issues in form editor even with debug set to false. It’s causing the Javascript not to be loaded and preventing fields being added.
Thanks in advance for having a look.