Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)