You are here

README.txt in Webform Content Creator 2.x

Same filename and directory in other branches
  1. 8 README.txt
  2. 3.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration

INTRODUCTION
------------

 * This module provides the ability to create content entities after submitting webforms,
  and do mappings between the fields of the created content and webform 
  submission values.

REQUIREMENTS
------------

This module requires the following modules:

 * Webform (https://www.drupal.org/project/webform)
 * Webform Encrypt (https://www.drupal.org/project/webform_encrypt)
  
INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.

CONFIGURATION
-------------

 * Configure Webform Content Creator entities:

   1. Enable Webform Content Creator module;
   2. Go to Webform Content Creator configuration page;
      (/admin/config/webform_content_creator)
   3. Click on "Add configuration";
   4. Give a title to Webform Content Creator entity and choose a Webform and a
      Content Type, in order to have mappings between Webform submission values
      and content field values, and then click on "Save";
   5. In the configuration page (/admin/config/webform_content_creator), click
      on "Manage fields" on the entity you have just created;
   6. In the "Title" input, you can give a title to the content that is created
      after submitting the Webform (tokens may be used);
   7. After that, you have the possibility to choose the Content entity fields used in
      the mapping;
   8. When choosing a Content field (checkbox on the left side of each field name)
      , a Webform field can be choosen to match with this Content field
      (optionally, you can provide a custom text instead, using available
      tokens).

 * Configure the user permissions in Administration » People » Permissions:

   - Access Webform content creator configurations

     Users with this permission will see the administration menu at the top of
     each page.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. * This module provides the ability to create content entities after submitting webforms,
  10. and do mappings between the fields of the created content and webform
  11. submission values.
  12. REQUIREMENTS
  13. ------------
  14. This module requires the following modules:
  15. * Webform (https://www.drupal.org/project/webform)
  16. * Webform Encrypt (https://www.drupal.org/project/webform_encrypt)
  17. INSTALLATION
  18. ------------
  19. * Install as you would normally install a contributed Drupal module.
  20. CONFIGURATION
  21. -------------
  22. * Configure Webform Content Creator entities:
  23. 1. Enable Webform Content Creator module;
  24. 2. Go to Webform Content Creator configuration page;
  25. (/admin/config/webform_content_creator)
  26. 3. Click on "Add configuration";
  27. 4. Give a title to Webform Content Creator entity and choose a Webform and a
  28. Content Type, in order to have mappings between Webform submission values
  29. and content field values, and then click on "Save";
  30. 5. In the configuration page (/admin/config/webform_content_creator), click
  31. on "Manage fields" on the entity you have just created;
  32. 6. In the "Title" input, you can give a title to the content that is created
  33. after submitting the Webform (tokens may be used);
  34. 7. After that, you have the possibility to choose the Content entity fields used in
  35. the mapping;
  36. 8. When choosing a Content field (checkbox on the left side of each field name)
  37. , a Webform field can be choosen to match with this Content field
  38. (optionally, you can provide a custom text instead, using available
  39. tokens).
  40. * Configure the user permissions in Administration » People » Permissions:
  41. - Access Webform content creator configurations
  42. Users with this permission will see the administration menu at the top of
  43. each page.