Title: How do you include fieldsets in forms?
Last modified: July 25, 2018

---

# How do you include fieldsets in forms?

 *  Resolved [KZeni](https://wordpress.org/support/users/kzeni/)
 * (@kzeni)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/)
 * I have a site pulling a form via `[msdyncrm_form entity="lead" name="Request 
   a Quote Form" mode="create" captcha="true" message="Thank you for reaching out
   to us." hide_form="true" enable_layout="true"]`
 * However, the dedicated form page which can be embedded via an iframe has fieldsets
   with legends/labels being shown whereas the resulting form from this shortcode
   doesn’t have either included.
 * Is there something I’m missing in my shortcode/setup to get fieldsets & legends
   to be included, or is this something that simply isn’t supported by this plugin
   at this time?
 * Thanks for the great plugin,
    Kurt

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

 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/#post-10528355)
 * Hi Kurt,
 * we’re deprecating the `msdyncrm_form` shortcode in favor of [twig constructs](https://docs.alexacrm.com/wpcrm/twig/).
   When using twig, you can supply your own custom form layout very easily, as per
   [documentation](https://docs.alexacrm.com/wpcrm/twig/#displaying-custom-forms).
 * HTH
    George
 *  Thread Starter [KZeni](https://wordpress.org/support/users/kzeni/)
 * (@kzeni)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/#post-10534453)
 * Got it.
 * As an aside, the fact that the shortcode is deprecated wasn’t mentioned in the
   documentation at [https://docs.alexacrm.com/wpcrm/forms/](https://docs.alexacrm.com/wpcrm/forms/),
   and in fact it only mentions the shortcode & not Twig on the forms documentation
   page. You may want to make sure to update that. Also, [https://docs.alexacrm.com/wpcrm/quickstart/#putting-a-form-on-the-page](https://docs.alexacrm.com/wpcrm/quickstart/#putting-a-form-on-the-page)
   and [https://docs.alexacrm.com/wpcrm/configuration/#forms](https://docs.alexacrm.com/wpcrm/configuration/#forms)
   are currently blank and don’t even link to the appropriate form info in the documentation
   so that might be worth updating as well.
 * Thanks for the helpful response!
 *  Thread Starter [KZeni](https://wordpress.org/support/users/kzeni/)
 * (@kzeni)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/#post-10534768)
 * Just an FYI, this is the code that I used and it pulled in the fieldset & legends
   without issue.
 *     ```
       [msdyncrm_twig]
   
       {% form entity="lead" name="Request a Quote Form" mode="create" %}
   
       {% endform %}
   
       [/msdyncrm_twig]
       ```
   
 * Thanks again!
 *  Plugin Author [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * (@alexacrm)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/#post-10535109)
 * [@kzeni](https://wordpress.org/support/users/kzeni/),
 * yes, twig builds the forms differently from the original shortcode, and includes
   more information so I’m glad it’s working!
 * Thank you for the feedback on documentation – we’re hoping to catch up on it 
   very soon!
 * Cheers
    George
 * PS. If the plugin is working for you, we’d appreciate if you could leave [the feedback](https://wordpress.org/support/plugin/integration-dynamics/reviews/)
   🙂

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

The topic ‘How do you include fieldsets in forms?’ 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/)

## Tags

 * [custom form](https://wordpress.org/support/topic-tag/custom-form/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 4 replies
 * 2 participants
 * Last reply from: [alexacrm](https://wordpress.org/support/users/alexacrm/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/how-do-you-include-fieldsets-in-forms/#post-10535109)
 * Status: resolved