Hi, I'm hoping someone can point me in the right direction on how to debug this. This was working until recently. A week ago or so, when I was creating forms the same way I always do in Portal Designer, they stopped showing up in the Portal. This same method is working for creating forms in other tenants but not in any environment (including brand new ones in my tests). I can see the part of the client-side code when viewing source where the form should be but all the normal code wasn't there. Here's a small snippet.
<div class="xrm-editable-html xrm-attribute page-copy"><div class="xrm-attribute-value"><div class="row sectionBlockLayout" style="display: flex; flex-wrap: wrap; padding: 8px; margin: 0px; text-align: left; min-height: 100px;">
<div class="container" style="display: flex; flex-wrap: wrap;">
<div class="col-md-12 columnBlockLayout" style="display: flex; flex-direction: column;">
<!--[% entityform id:fbfaa99a-428e-ea11-a811-000d3a148177 %]-->
<!--[% entityform id:466db687-a18f-ea11-a811-000d3a148177 %]-->
</div>
Any ideas on how I can start to debug this?