• Hi,

    I was wondering if it were possible to define an alternate email address for the Jetpack contact form – I want it to go to an office account and not my own personal work account which is how my install of WP is set up at the moment.

    Other plugins, such as clean contact, allow you to define where any emails sent through a form go to – is it possible with Jetpack which seems a little more reliable?

Viewing 4 replies - 1 through 4 (of 4 total)
  • If it helps, I’ve tested this resolution/method on a couple independent systems and it works fine.

    I am having a similar issue with this. I would like to use the shortcode created by the jetpack plugin on a part of my website that doesn’t use the visual editor. Currently, the contact form shows up, I can fill it out and send it, and it appears in my feedback area of the dashboard. However, it isn’t sending to the alternate email I defined. Any help?

    Here is the code (with my real email removed of course):

    <div id=”contactform”>
    <h2>Request Quote or Literature</h2>
    <?php echo do_shortcode(‘[contact-form subject="Website Quote or Literature Request" to="[email protected]"] [contact-field label="Name" type="name" required="true" /] [contact-field label="Email" type="email" required="true" /] [contact-field label="Company" type="text" required="true" /] [contact-field label="Subject" type="text" required="true" /] [contact-field label="Quote or Literature?" type="radio" options="Quote,Literature" /] [contact-field label="Request" type="textarea" required="true" /] [/contact-form]‘); ?>
    </div>

    https://rsainfo.com/contact-test

    Is this a known bug? I have the same problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Jetpack Contact Form – Sending to another email address’ is closed to new replies.