@joramantwi101
check if this column is not marked as readonly on the form and is enabled for create in metadata – these are the only situations when we mark a control as disabled.
Also, that does not look like markup we generate – we definitely do not have <strong> element surrounding the control. Is it possible that someone modified the twig templates?
That’s actually the answer to your second question 🙂 – modifying multi-select.twig file (in <plugin_dir>/templates/twig/form folder) would be the easiest way to modify generated code and generate checkboxes as required.
HTH
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..
@joramantwi101 we would need to investigate why multi-select is rendered as disabled. If you want us to, we’d need admin access to your WordPress site, please contact us at [email protected] to arrange that.