Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: CRED FORM SUBMIT

$
0
0

UPDATE

In fact it's passing any wp shortcode causes the problem even through we have in our functions file

function easy_add_shortcodes( $shortcodes ) {
    $shortcodes[] = 'formid';

    return $shortcodes;
}
add_filter( 'wpv_custom_inner_shortcodes', 'easy_add_shortcodes' );

Viewing all articles
Browse latest Browse all 20145

Trending Articles