From 5f96fbfb7de8e0cac80608eba1925ca3b8e0ee80 Mon Sep 17 00:00:00 2001 From: plirof2 Date: Wed, 18 Jan 2017 12:05:33 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54c7516..dc9271a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ depends on References module : "https://www.drupal.org/project/references" (for ##### 0. Preparation: - Clear Drupal cache (just to be on the safe side) - Download install and activate this module : https://www.drupal.org/project/references -- Download install this module from github (don't activate it yet): https://github.com/plirof2/drupal7_webform_results_access +- Download install this module from github (don't activate it yet): https://github.com/plirof2/d7_webform_results_access ##### 1. Add a new field to the webform: Go to webform manage fields (eg http://mydrupalsite/subpath/admin/structure/types/manage/webform/fields ) and @@ -21,7 +21,7 @@ Go to webform manage fields (eg http://mydrupalsite/subpath/admin/structure/type - The graphic component should be "**Autocomplete text field**" - The machine name should be "field_webform_results_access" (this is the default value so no need to change it) -#### 2.Set some settings for this field: +#### 2. Set some settings for this field: - Go to http://mydrupalsite/subpath/admin/structure/types/manage/webform/fields/field_webform_results_access - select "**number of values**"/"Αριθμός τιμών" to "**Unlimited**" (we want to be able to add unlimited users to view results) - from the option "**User roles that can be referenced**" select a user group - usually "registered-authanticated users"/"πιστοποιημένος χρήστης" @@ -29,4 +29,4 @@ Go to webform manage fields (eg http://mydrupalsite/subpath/admin/structure/type #### 3. Activate module - Clear Drupal cache (just to be on the safe side) -- Activate module drupal7_webform_results_access +- Activate module d7_webform_results_access -- GitLab