Title: enable_layout=&#8221;true&#8221; not working
Last modified: April 23, 2019

---

# enable_layout=”true” not working

 *  Resolved [ahmad farid](https://wordpress.org/support/users/ahmad-farid/)
 * (@ahmad-farid)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/)
 * please the form is displayed in one column at the website although it is displayed
   in 2 columns at the crm i am using enable_layout=”true” but not working!!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fenable_layouttrue-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11456981)
 * Hi [@ahmad-farid](https://wordpress.org/support/users/ahmad-farid/)
 * There are two ways to create multi-column form layouts in Dynamics 365.
 * `enable_layout` allows you to render tab columns accurately. However, it doesn’t
   render multiple cells in one section row.
 * Make sure your form uses tab columns instead.
 * Thanks
 *  Thread Starter [ahmad farid](https://wordpress.org/support/users/ahmad-farid/)
 * (@ahmad-farid)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457124)
 * it dos not work with me!
    this is the short code i am using: [msdyncrm_form entity
   =”lead” name=”BS Subscribe” mode=”create” enable_layout=”true” hide_form=”true”]**
   link for the website form**: [https://www.bayanat-sudair.com/contact-us/](https://www.bayanat-sudair.com/contact-us/)**
   link for the crm form**: [https://www.bayanat-sudair.com/wp-content/uploads/2019/04/crm1.png](https://www.bayanat-sudair.com/wp-content/uploads/2019/04/crm1.png)
   what is wrong please?
 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457371)
 * [@ahmad-farid](https://wordpress.org/support/users/ahmad-farid/) You’re using
   sections for columns, in shortcode we only support tabbed column layout, i.e.
   two tabs side-by-side.
 * Alternatively, try using twig form (recommended) [https://docs.alexacrm.com/wpcrm/twig/#forms](https://docs.alexacrm.com/wpcrm/twig/#forms)
 * HTH
    George
 *  Thread Starter [ahmad farid](https://wordpress.org/support/users/ahmad-farid/)
 * (@ahmad-farid)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457553)
 * Dear sir,
    can you please guide me how to put two tabs side-by-side at the CRM
   when i insert a new tab it appears under the first one, while the second method
   is more advanced, where to put the {% form %}{% endform %} tags at the wordpress
   page?
 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457740)
 * Hi [@ahmad-farid](https://wordpress.org/support/users/ahmad-farid/)
 * we just retested the functionality and the layout should work in your scenario.
   Try creating a Quick Create form instead of a full form (just to eliminate issues
   associated with the first tab that I can see on the screenshot).
 * Twig version would look like the following:
 *     ```
       [msdyncrm_twig]
       {% form entity="lead" name="BS Subscribe" mode="create" %}{% endform %}
       [/msdyncrm_twig]
       ```
   
 * Thanks
    George
 *  Thread Starter [ahmad farid](https://wordpress.org/support/users/ahmad-farid/)
 * (@ahmad-farid)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457835)
 * didnt work with me [https://www.bayanat-sudair.com/test7/](https://www.bayanat-sudair.com/test7/)
 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457898)
 * Hi [@ahmad-farid](https://wordpress.org/support/users/ahmad-farid/)
 * the layout generated is actually multi-column. I can see appropriate classes 
   generated to support multi-column layout (classes like `row` and `col-sm-4`).
   We’re using bootstrap classes so it’s up to you to ensure that they are rendered
   correctly. You can try including standard bootstrap css.
 * Thanks
    George

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘enable_layout=”true” not working’ is closed to new replies.

 * ![](https://ps.w.org/integration-dynamics/assets/icon-256x256.png?rev=1589904)
 * [Dynamics 365 Integration](https://wordpress.org/plugins/integration-dynamics/)
 * [Support Threads](https://wordpress.org/support/plugin/integration-dynamics/)
 * [Active Topics](https://wordpress.org/support/plugin/integration-dynamics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/integration-dynamics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/integration-dynamics/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/enable_layouttrue-not-working/#post-11457898)
 * Status: resolved