• Hey everyone!

    I’d have a WP installation with Contact Form 7 on it. I’m the administrator, but I have another user (role: editor) to manage the website. He is doing it via a so-called options page. I would like to have a page with a contact form on it.

    Normally, in the options page, I have an input field: e-mail address.

    Is it possible to transfer the value of this input field as a recipient?

    P.S.: I’m showing the values with

    <?php if ( mytheme_option( 'recipient' ) ) echo mytheme_option( 'recipient' ); ?>

    Thank you in advance!

  • The topic ‘Choose recipient from Theme Options with Contact Form 7’ is closed to new replies.