CF7 inside Panel admin
-
Hi,
I am trying to add a contact form within the administration panel so that only registered users have access.
I have added the function with the do_shortcode(), however it doesn’t work. It displays the form but doesn`t submit.
I’ve added:
if ( function_exists( ‘wpcf7_enqueue_scripts’ ) ) wpcf7_enqueue_scripts(); if ( function_exists( ‘wpcf7_enqueue_styles’ ) ) wpcf7_enqueue_styles();
But it does not work. Is there a way to add forms within the admin panel?
Thanks you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CF7 inside Panel admin’ is closed to new replies.