• Hello,

    it’s possible to use this plugin for display taxonomy term in hidden field ?

    i use this :

    function set_hidden_field_photographe($value) {
        $termsPhotographe = get_the_terms( $post->ID, 'photographe' );
        $termPhotographe = array_shift( $termsPhotographe );
        return $termPhotographe;
    }
    add_filter('wpcf7_hidden_field_value_photographe', 'set_hidden_field_photographe');

    But what is the shortcode for contact form7

    tx

    https://www.ads-software.com/plugins/contact-form-7-modules/

  • The topic ‘Taxonomy’ is closed to new replies.