Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum

Web template as page template renders html outside my template (quirks!)

(0) ShareShare
ReportReport
Posted on by

Hello everyone. I'm having an issue using web template as page template in a Dynamics 365 portal.
I am using:
- a web page that triggers a web form. this web page uses a custom page template 'A'
- page template 'A' redirects to a custom web template 'B'
- web template 'b',have the following structure:
<HTML>
<HEAD>...</HEAD>
<BODY>
Customer HTML container
{% block main %}
{% include 'Page Copy' %}
{% if page.adx_entitylist %}
{% include 'entity_list' key: page.adx_entitylist.id %}
{% endif %}
{% if page.adx_entityform %}
{% entityform id: page.adx_entityform.id %}
{% endif %}
{% if page.adx_webform %}
{% webform id: page.adx_webform.id %}
{% endif %}
{% endblock %}
The closing tags for customer HTML container
</BODY>
</HTML>

Now, problem is, when the web form is rendered, it puts in the code a lot of ASP code*, before the initial <HTML>from my web template, making this web page to run in quirks mode.
(*) looks like: <form method="post" action="/certificacion/" onsubmit="javascript:return WebForm_OnSubmit();" id="liquid_form"> and so on...

Is this the expected behavior? What am I doing wrong?
Thanks a lot for any answer! have a nice day ;-)

Categories:

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,466 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans