You are here

README.txt in Webform Invitation 7.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
  3. 2.0.x README.txt
-- SUMMARY --

The Webform Invitation module allows you to restrict submissions to a webform
by generating codes which may then be distributed e.g. by email to
participants. Upon activating the invitation mode for a webform a new component
will automatically be added to the webform where the code has to be entered.
The code may also be submitted by adding ?code=[CODE] to the webform's url.
When the participant hits the submit button, the code will be checked for 
validity.


-- REQUIREMENTS --

Webform module 7.x-3.x
This module has been developed while using Webform module 7.x-3.18.


-- INSTALLATION --

Install as usual.


-- CONFIGURATION --

No special configuration necessary. Works out of the box.


-- USAGE --

When installed, this module adds a new tab to webforms called "Invitation" 
(next to "View", "Edit", "Webform", and "Results").
There are four sub-tabs called "Settings" (default action), "List codes", 
"Generate", and "Download".

The "Settings" tab currently only contains the option to enable or disable 
invitations for the current webform.
"List codes" shows a simple list of all invitation codes that have been
generated for the current webform and whether or not they have been used.
"Generate" provides a form to generate invitation codes. Currently, you may
only choose the number of generated codes.
"Download" tab has no special content but lets you download the list of 
generated codes as an Excel sheet including code and full url to access the 
webform with auto-submitting the invitation code. 

File

README.txt
View source
  1. -- SUMMARY --
  2. The Webform Invitation module allows you to restrict submissions to a webform
  3. by generating codes which may then be distributed e.g. by email to
  4. participants. Upon activating the invitation mode for a webform a new component
  5. will automatically be added to the webform where the code has to be entered.
  6. The code may also be submitted by adding ?code=[CODE] to the webform's url.
  7. When the participant hits the submit button, the code will be checked for
  8. validity.
  9. -- REQUIREMENTS --
  10. Webform module 7.x-3.x
  11. This module has been developed while using Webform module 7.x-3.18.
  12. -- INSTALLATION --
  13. Install as usual.
  14. -- CONFIGURATION --
  15. No special configuration necessary. Works out of the box.
  16. -- USAGE --
  17. When installed, this module adds a new tab to webforms called "Invitation"
  18. (next to "View", "Edit", "Webform", and "Results").
  19. There are four sub-tabs called "Settings" (default action), "List codes",
  20. "Generate", and "Download".
  21. The "Settings" tab currently only contains the option to enable or disable
  22. invitations for the current webform.
  23. "List codes" shows a simple list of all invitation codes that have been
  24. generated for the current webform and whether or not they have been used.
  25. "Generate" provides a form to generate invitation codes. Currently, you may
  26. only choose the number of generated codes.
  27. "Download" tab has no special content but lets you download the list of
  28. generated codes as an Excel sheet including code and full url to access the
  29. webform with auto-submitting the invitation code.