From d05bda11f9edec6dd6bf701d5bf7f21e30cf9137 Mon Sep 17 00:00:00 2001 From: Chris Abraham <cjyabraham@gmail.com> Date: Fri, 28 Jun 2024 13:48:26 +0700 Subject: [PATCH] Revert "Temporarily switch out forms so we can style them; revert this commit before deploy" This reverts commit dcd5f18a94aa4578b3e845b913d8dc30a472677b. --- web/wp-content/themes/cncf-twenty-two/components/newsletter.php | 2 +- .../themes/cncf-twenty-two/includes/shortcodes/kubeweeklys.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/wp-content/themes/cncf-twenty-two/components/newsletter.php b/web/wp-content/themes/cncf-twenty-two/components/newsletter.php index 02d463900..65e359250 100644 --- a/web/wp-content/themes/cncf-twenty-two/components/newsletter.php +++ b/web/wp-content/themes/cncf-twenty-two/components/newsletter.php @@ -16,7 +16,7 @@ class="newsletter__title is-style-max-width-800"><strong>Subscribe</strong> for <div style="height:60px" aria-hidden="true" class="wp-block-spacer is-style-20-60"></div> - <?php echo do_shortcode( '[hubspot type=form portal=8112310 id=8b58547e-6341-48d5-9440-764ed4f15e13]' ); ?> + <?php echo do_shortcode( '[hubspot type=form portal=8112310 id=be1b038f-98de-43b5-b211-d5f7bf6510c9]' ); ?> <div style="height:30px" aria-hidden="true" class="wp-block-spacer is-style-30-40"></div> diff --git a/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/kubeweeklys.php b/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/kubeweeklys.php index 1f9042ccd..3af0bb86a 100644 --- a/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/kubeweeklys.php +++ b/web/wp-content/themes/cncf-twenty-two/includes/shortcodes/kubeweeklys.php @@ -88,7 +88,7 @@ function add_kubeweekly_newsletter_shortcode( $atts ) { <div class="wp-block-group is-style-border has-white-background-color has-background kubeweekly-newsletter"> <h3 class="is-style-spaced-uppercase">JOIN THE KUBEWEEKLY MAILING LIST</h3> <div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div> - <?php echo do_shortcode( '[hubspot type=form portal=8112310 id=8095ef7d-1275-43f3-b7b7-916056b40b3f]' ); ?> + <?php echo do_shortcode( '[hubspot type=form portal=8112310 id=9a8f2bb4-2f95-489c-a554-cd56c14b2d7b]' ); ?> <div style="height:15px" aria-hidden="true" class="wp-block-spacer is-style-40-responsive"></div> </div> <?php