And do you have any suggestion to make this work or to debug the problem ?
As said before, I'm sure that the CF7 plugin is well called and has done its work :
I try to debug the plugin and I see that :
- wpcf7_add_shortcode_select() in modules/select.php is well called,
- wpcf7_select_shortcode_handler() in same file is well called and the result is good (var_dump gives me the right result).
I don't what happens after the wpcf7_select_shortcode_handler() call. May be you can help me on this point.
JM.