dynamics crm - AdxStudio: How display an entity form in Web template(Liquid Templates) -
i trying display entity form in adxstudio web template, found 1 link using liquid display entityform
<div class="container">{% entityform name:'my entity form' %}</div>
but did't work me.
please me put entity form on web template in adxstudio.
thanks in advance......
solved it!
initially trying display web template footer web template of home page, did't work.
for displaying entity form need to:
- place entity form in web template
<div class="container">{% entityform name:'my entity form' %}</div>
- associate web template page template
- page template needs associate web page
- browse page, see/submit form.
thanks!
Comments
Post a Comment