Twig Template – Disabling Field
-
[msdyncrm_twig]
{% form entity=”contact” name=”TEST” mode=”create” captcha=”true” hide_form=”true” %}
{% endform %}
[/msdyncrm_twig]<strong><select id="custom_test" name="custom_test" class="form-control" disabled="disabled" autocomplete="off"></select></strong>
I had to move over to using twig template, but i’m now having an issue where some of my custom fields are being automatically disabled for some reason. These all have a datatype of either Choice or Choices on our D365 CRM.
Also is there a way to customise the multiple choice field into checkboxes. having the user hold shift whilst clicking on the list view is not very user friendly
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Twig Template – Disabling Field’ is closed to new replies.