Hi all,
I’m currently trying to develop a custom stepper form with a entity form in one of the steps. Building the stepper form with bootstrap and some custom Jquery JavaScript code is not an issue on the dynamics portal platform. However when I try to include the entity form with
<div class="col-md-12">
{% entityform name: ‘entity name ' %}
</div>
it seems like all custom JavaScript is ignored and the stepper does not function like it should. When I remove the entity form everything goes back to normal.
is this a known thing? How should i do this? I currently created an webpage with local content to do this.