diff --git a/webapp/web/edit/formPrefix.jsp b/webapp/web/edit/formPrefix.jsp
index a7bf79f52..a27159e2c 100644
--- a/webapp/web/edit/formPrefix.jsp
+++ b/webapp/web/edit/formPrefix.jsp
@@ -1,8 +1,10 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
+<%@ page import="java.util.List" %>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep"%>
+
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
-<%@page import="edu.cornell.mannlib.vitro.webapp.filters.VitroRequestPrep"%>
-
+
-<% } %>
+<% }
+
+
+ List customJs = (List)request.getAttribute("customJs");
+ if (customJs != null) {
+ for (String jsFile : customJs ){
+%>
+
+<% }
+}
+%>
+