Can’t see condition for my own created CF7 input field
-
Hi,
I have created my own CF7 custom field called selectterm:
add_action( ‘wpcf7_init’, ‘wpcf7_add_shortcode_selectterm’ );
function wpcf7_add_shortcode_selectterm() {
wpcf7_add_shortcode( array( ‘selectterm’, ‘selectterm*’), ‘wpcf7_selectterm_shortcode_foo’, true );
}It is working fine and returns a list of formated radio inputs with terms for open courses. I want user to check one term and then other form fields should show up.
But I cant select this custom created field in conditions. I guess this plugin has no support for those. Could I add my custom field somehow and make it working?
Thank you in advance for your help!
Petr Beloch
The page I need help with: [log in to see the link]
- The topic ‘Can’t see condition for my own created CF7 input field’ is closed to new replies.