Skip to content

Commit

Permalink
Temporarily switch out forms so we can style them; revert this commit…
Browse files Browse the repository at this point in the history
… before deploy

Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jun 23, 2024
1 parent 44a6911 commit 6cf2c17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
'register_meta' => true,
'ui_border_top' => true,
'default_value' => '',
'placeholder' => __( '3fd88e30-9f70-4257-a44d-72643403281d' ),
'placeholder' => __( 'e1540664-e39e-4b5e-b294-62169e4d12d4' ),
),
),
),
Expand Down
2 changes: 1 addition & 1 deletion web/wp-content/themes/lfevents/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class="<?php echo esc_html( $footer_classes ); ?>">
hear about the latest events, news &amp; more</h4>

<?php
echo do_shortcode( '[hubspot type=form portal=8112310 id=3fd88e30-9f70-4257-a44d-72643403281d]' );
echo do_shortcode( '[hubspot type=form portal=8112310 id=e1540664-e39e-4b5e-b294-62169e4d12d4]' );
?>

<p class="lf-footer__privacy">
Expand Down
2 changes: 1 addition & 1 deletion web/wp-content/themes/lfevents/library/lfe-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ function lfe_get_newsletter_form_id( $parent_id ) {
if ( $form_hubspot_id ) {
return $form_hubspot_id;
} else {
return '3fd88e30-9f70-4257-a44d-72643403281d';
return 'e1540664-e39e-4b5e-b294-62169e4d12d4';
}
}

Expand Down

0 comments on commit 6cf2c17

Please sign in to comment.