• Resolved jlvdab

    (@jlvdab)


    First of all: Thank you very much for your great CF7 plugins!

    I build a dynamic checkbox treeview with the list of categories.
    I would like to filter this list by choosing a specific category and its subcategory but when I click on the php to get the filters I get only 2 of them.

    add_filter( 'cf7sg_dynamic_checkbox_default_value','aromes_dynamic_default_option',10,3);
    
    and 
    

    add_filter( ‘cf7sg_mail_tag_dynamic_checkbox’,’aromes_mail_tag_value’,10,3);

    I cannot find the category filter explain in the tutorial video.

    Thank you and Best Regards

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Ooops, that;s a bug alright!

    Fixed in v4.12.11, check the information metabox in the admin page.

    image

    unfortunately, the bug fix is such that you will need to recreate your field with new category.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    sorry, I realised the above reply was meant for another issue. apologies. I will come back to you on this issue

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Apologies for the late reply, finally got the time to look into this. I realised that there was a small bug on the UI editor that prevented the full set of filters to be listed for a given dynamic list field. This is now fixed,

    image<br />image upload<br />

    you’ll need to use the taxonomy query filter (2nd in the list above) which will allows you to control which branch of your hierarchical taxonomy you wish to display.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘dynamic checkbox php menu missing’ is closed to new replies.