Sections on the form are broken if the readonly field of type HTML contains tags in the contentIssue Sections on the form are broken if the field of type HTML contains <form> tags in the content and the field is made read-only via an ACL. Steps To Replicate:1) Create 3 sections on the form.2) On the first section create a field of type HTML and add the following content to the source.<form><p>TEST</p></form>3) For the other sections add few fields.4) Create an ACL to make HTML the field read only. When accessed the form as user who has read only access, the second and third sections on the form will be broken (when clicked on the section tab, nothing happens)ReleaseAll releasesCauseForms tags are not supported on the field type of HTMLResolutionRemove the <form></form> tags from the source of the HTML field.