Template not changing read-only fieldIssue Fields that are set to read-only are not changed when templates are applied to a form.ReleaseLondon and beyondResolutionThis is intended behavior. While the field is read-only, the template does not change the value of the field. Disabling any scripts that set the value to read-only will alleviate the issue. If that is not desirable, there is also the "isTemplate" argument that is passed into the client script. Changing the logic of the client script such that the read-only is applied only when isTemplate is false will also alleviate the issue.