diff --git a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl
index 47d2feca..9eb1b4ef 100644
--- a/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl
+++ b/productMods/templates/freemarker/edit/forms/addGrantRoleToPerson.ftl
@@ -108,7 +108,7 @@
#if>
- <@lvf.acSelection urls.base "grant" "grant" existingGrantValue/>
+ <@lvf.acSelection urls.base "grant" "grant" existingGrantValue "Selected Grant"/>
Years of Participation in Grant
<#if htmlForElements?keys?seq_contains("startField")>
diff --git a/productMods/templates/freemarker/lib/lib-vivo-form.ftl b/productMods/templates/freemarker/lib/lib-vivo-form.ftl
index fe040d49..cdbe29ce 100644
--- a/productMods/templates/freemarker/lib/lib-vivo-form.ftl
+++ b/productMods/templates/freemarker/lib/lib-vivo-form.ftl
@@ -15,10 +15,10 @@
#macro>
<#-- After selecting an individual via autocomplete, display highlighted and with verify link -->
-<#macro acSelection urlsBase inputName inputId inputValue>
+<#macro acSelection urlsBase inputName inputId inputValue labelValue="">