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:

  1. place entity form in web template <div class="container">{% entityform name:'my entity form' %}</div>
  2. associate web template page template
  3. page template needs associate web page
  4. browse page, see/submit form.

thanks!


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -