<?php get_header(); ?>
<main>
<div class="row" data-equalizer>
- <?php get_sidebar(); ?>
- <?php if (get_the_block( 'sidebar' ) != ""
+ <?php if (get_the_block( 'sidebar' ) != ""
+ && empty($ninja_forms_append_page_form_id)
&& $name != "request-brochures"
&& $name != "contact-us"
&& $name != "tips-hotline") { ?>
</div>
</footer>
</div>
- <?php if (get_the_block( 'sidebar' ) != "" && $name != "request-brochures" && $name != "contact-us") {
+ <?php if (get_the_block( 'sidebar' ) != ""
+ && empty($ninja_forms_append_page_form_id)
+ && $name != "request-brochures"
+ && $name != "contact-us"
+ && $name != "tips-hotline") {
get_template_part('parts/right-sidebar');
} ?>
</div>