You are here

README.txt in Webform Hints 7

Same filename and directory in other branches
  1. 6 README.txt
Description
-----------
Webform Hints takes the title of a Webform component and uses it as the
placeholder attribute instead. It then refrains from outputing the title as a
label, but rather hides it for only screenreaders to see.

It works on fields of type:
 * textfield
 * textarea
 * webform_email
 * select list (via #empty_option)

Requirements
------------
Drupal 7.x
Webform
Libraries 2.x

Installation
------------

*** FOR IE 9 and Below Support You must do the following ***
------------------------------------------------------------
Before installing the Webform Hints module, download jQuery Form Defaults plugin 
from the following Github repo:
https://github.com/palmerj3/jQuery-Plugin---Form-Field-Default-Value

Webform Hints requires the minified version named: jquery.form-defaults.min.js

Copy this to a new directory named 'form-defaults' within your 
"sites/all/libraries" (or equivalent) directory. Complete structure should be
the following:
-- sites/all/libraries/form-defaults/jquery.form-defaults.min.js

Warning: This will store the hint in the label attribute, which is invalid HTML.
*** End <= IE 9/Legacy Support ***
----------------------------------

The Webform Hints module itself is installed through the standard module 
installation process.

Configuration
-------------
Configure which Webforms utilize Webform Hints at
Configuration > Content Authoring > Webform hints
or at admin/config/content/webform-hints

Multilingual support
--------------------
The module's "Required indicator" option can be translated to multiple languages
using the i18n_variable module within i18n. See:
https://www.drupal.org/node/2287509#comment-8904559

Development
-----------
Webform Hints was developed and is maintained by CHROMATIC, LLC.
http://chromaticsites.com/

Support
-------
Please use the issue queue for filing bugs with this module at
http://drupal.org/sandbox/chrisfree/1128558

File

README.txt
View source
  1. Description
  2. -----------
  3. Webform Hints takes the title of a Webform component and uses it as the
  4. placeholder attribute instead. It then refrains from outputing the title as a
  5. label, but rather hides it for only screenreaders to see.
  6. It works on fields of type:
  7. * textfield
  8. * textarea
  9. * webform_email
  10. * select list (via #empty_option)
  11. Requirements
  12. ------------
  13. Drupal 7.x
  14. Webform
  15. Libraries 2.x
  16. Installation
  17. ------------
  18. *** FOR IE 9 and Below Support You must do the following ***
  19. ------------------------------------------------------------
  20. Before installing the Webform Hints module, download jQuery Form Defaults plugin
  21. from the following Github repo:
  22. https://github.com/palmerj3/jQuery-Plugin---Form-Field-Default-Value
  23. Webform Hints requires the minified version named: jquery.form-defaults.min.js
  24. Copy this to a new directory named 'form-defaults' within your
  25. "sites/all/libraries" (or equivalent) directory. Complete structure should be
  26. the following:
  27. -- sites/all/libraries/form-defaults/jquery.form-defaults.min.js
  28. Warning: This will store the hint in the label attribute, which is invalid HTML.
  29. *** End <= IE 9/Legacy Support ***
  30. ----------------------------------
  31. The Webform Hints module itself is installed through the standard module
  32. installation process.
  33. Configuration
  34. -------------
  35. Configure which Webforms utilize Webform Hints at
  36. Configuration > Content Authoring > Webform hints
  37. or at admin/config/content/webform-hints
  38. Multilingual support
  39. --------------------
  40. The module's "Required indicator" option can be translated to multiple languages
  41. using the i18n_variable module within i18n. See:
  42. https://www.drupal.org/node/2287509#comment-8904559
  43. Development
  44. -----------
  45. Webform Hints was developed and is maintained by CHROMATIC, LLC.
  46. http://chromaticsites.com/
  47. Support
  48. -------
  49. Please use the issue queue for filing bugs with this module at
  50. http://drupal.org/sandbox/chrisfree/1128558