• 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)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    You can’t embed a contact form in the admin screen. Instead, try using a form in the subscribers-only mode on front pages.

    Thread Starter xsd123

    (@xsd123)

    hi, no chance? i will like to show my form into admin screen. Maybe, with DOM events or another think?

    If not, can edit the message that appears with hooks? (add_action…)

    Thanks you

    • This reply was modified 2 years, 11 months ago by xsd123.
    Thread Starter xsd123

    (@xsd123)

    Hi,

    With multisite,subscribers mode not working due to not all users are subscribers to primary blog

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CF7 inside Panel admin’ is closed to new replies.