diff --git a/apps/webchat/source/web/account_creation.jsp b/apps/webchat/source/web/account_creation.jsp
new file mode 100644
index 000000000..b30e1f503
--- /dev/null
+++ b/apps/webchat/source/web/account_creation.jsp
@@ -0,0 +1,116 @@
+<%--
+ -
+ -
+--%>
+
+<%@ page import="java.util.*" %>
+
+<% // Get error map as a request attribute:
+ Map errors = (Map)request.getAttribute("messenger.servlet.errors");
+ if (errors == null) { errors = new HashMap(); }
+%>
+
+
+
+
+
+ Create an account
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/webchat/source/web/chat-form.html b/apps/webchat/source/web/chat-form.html
deleted file mode 100644
index 67601cc68..000000000
--- a/apps/webchat/source/web/chat-form.html
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
- Chat Session
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/webchat/source/web/chat-hiddenform.jsp b/apps/webchat/source/web/chat-hiddenform.jsp
index 41005ab8b..c29c3d0a4 100644
--- a/apps/webchat/source/web/chat-hiddenform.jsp
+++ b/apps/webchat/source/web/chat-hiddenform.jsp
@@ -1,18 +1,19 @@
-
-
- Chat Form
-
+
+
+ Chat Form
-
+
+
-
+
+
+
-
-
-
\ No newline at end of file
+