In dynamics portal page while submitting the form Read only fields value are not save on the CRM.
I tried the following options in basic form custom java script its not working. Disabled field values are not saved to the CRM
- $('#fieldschema').attr("readonly", true);
- $('#fieldschema').attr("disabled", "disabled");
Thanks