diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties
index e7b931f8ea..bffbe1d212 100644
--- a/config/alfresco/messages/webclient.properties
+++ b/config/alfresco/messages/webclient.properties
@@ -239,6 +239,7 @@ create_space=Create Space
add_content=Add Content
create_content=Create Content
create_form=Create Form
+edit_form=Edit Form
add_multiple_files=Add Multiple Files
import_directory=Import Directory
advanced_space_wizard=Advanced Space Wizard
@@ -649,7 +650,9 @@ text_content=Plain Text Content
html_content=HTML Content
xml_content=XML Content
create_form_title=Create Form Wizard
+edit_form_title=Edit Form Wizard
create_form_desc=This wizard helps you create a new form.
+edit_form_desc=This wizard helps you edit a form.
create_form_form_details_title=Step One - Specify details
create_form_form_details_desc=Enter information about the web form you want to create.
create_form_form_details_step1_desc=Select XML schema to use
diff --git a/config/alfresco/web-client-config-actions.xml b/config/alfresco/web-client-config-actions.xml
index dcce1f3818..f4c601cee8 100644
--- a/config/alfresco/web-client-config-actions.xml
+++ b/config/alfresco/web-client-config-actions.xml
@@ -376,9 +376,23 @@
org.alfresco.web.action.evaluator.CreateFormEvaluator
create_form
- /images/icons/new_content.gif
+ /images/icons/new_form.gif
wizard:createForm
+
+
+ org.alfresco.web.action.evaluator.EditFormEvaluator
+
+ Write,CreateChildren
+
+ edit_form
+ /images/icons/edit_form.gif
+ wizard:editForm
+ #{BrowseBean.setupSpaceAction}
+
+ #{actionContext.id}
+
+
@@ -641,6 +655,7 @@