Hi Community ,
I'm using OOTB provided forms and leveraging show/hide rules to define dependencies for form fields . Everything works fine in author , but in publish environments , the rules don't work and I can see following error in browser console ,
" Uncaught ReferenceError: CQ is not defined "
at line : return{initializeAbacus:function(h){var n=CQ.shared.Form.getFields();
in abacus.js scripts .
I can make out that some CQ scripts are automatically included in author but not in publish .
Any pointers as of which clientlibs should I be explicitly stating to be included in publish ? I already tried embeeding granite.shared and cq.shared , but no luck .
regards