Hi appreciate the quick response. And yes before coming to ask the question I ensured that the form/fields is not marked as readonly, this did work before when using [msdyncrm_form] but multi-select doesn’t work using this deprecated tag.
I assume create mode is enabled as I wrote this in the short-code above –> form entity=”contact” name=”TEST” mode=”create”
. Is there any other clear documentation/examples I can look into for twig forms?
Ignore the tag the twig template was not edited, that just came from applying bold text and the code tag within this message field. Highlighting my issue of the form-control being set to disabled when readonly is not active and create is toggled on.
And okay thanks I will explore modifying the multi-select.twig file for the checkbox options..