You are here

README.txt in Webform Invitation 8

Same filename and directory in other branches
  1. 7.2 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 element
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 version 8.x-5.x installed.


-- 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", "Test", "Results" and "Build").
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. You may choose the
number of generated codes and their type (MD5 or custom).
"Download" tab has no special content but lets you download the list of 
not used 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 element
  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 version 8.x-5.x installed.
  11. -- INSTALLATION --
  12. Install as usual.
  13. -- CONFIGURATION --
  14. No special configuration necessary. Works out of the box.
  15. -- USAGE --
  16. When installed, this module adds a new tab to webforms called "Invitation"
  17. (next to "View", "Test", "Results" and "Build").
  18. There are four sub-tabs called "Settings" (default action), "List codes",
  19. "Generate", and "Download".
  20. The "Settings" tab currently only contains the option to enable or disable
  21. invitations for the current webform.
  22. "List codes" shows a simple list of all invitation codes that have been
  23. generated for the current webform and whether or not they have been used.
  24. "Generate" provides a form to generate invitation codes. You may choose the
  25. number of generated codes and their type (MD5 or custom).
  26. "Download" tab has no special content but lets you download the list of
  27. not used generated codes as an Excel sheet including code and full URL to
  28. access the webform with auto-submitting the invitation code.