diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
index fc322ab25..4a341d795 100644
--- a/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
+++ b/webapp/web/templates/freemarker/body/partials/individual/individual-properties.ftl
@@ -16,7 +16,9 @@
<#-- Display the group heading -->
<#if groupName?has_content>
-
${groupName?capitalize}
+ <#--the function replaces spaces in the name with underscores, also called for the property group menu-->
+ <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) >
+ ${groupName?capitalize}
<#else>
Properties
#if>
diff --git a/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl b/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl
index 04fec93b7..a7b7bf618 100644
--- a/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl
+++ b/webapp/web/templates/freemarker/body/partials/individual/individual-propertyGroupMenu.ftl
@@ -12,11 +12,13 @@