Hello @ensedese
You cannot insert third-party shortcodes directly into the form because our plugin will not replace them.
Please, follow the steps below:
1. Insert the following piece of code directly into the page’s content. I’m talking about the page’s content and not the form:
<div class="outer-tag" style="display:none;">[elementor-template id="43608"]</div>
2. Replace the content of the “HTML Content” field fieldname8 with the following piece of code:
<div class="inside-tag"></div>
<script>fbuilderjQuery(document).one('showHideDevEvent', function(){
jQuery('.inside-tag').html(jQuery('.outer-tag').html());
});</script>
And that’s all.
Best regards.