There is a site on wordpress
. On one of the pages I want to put one shortcode into another here with this entry:
<?php echo do_shortcode('[spoiler name="ФОРМА ЗАЯВКИ" ][contact-form-7 id="36762" title="Форма-заявка"][/spoiler]'); ?>
but, the first one works, and the second with contact-form-7
is not. Separately, both work. Why and how can this be fixed?