You are here

README.txt in Inline Form Errors 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * FAQ
 * Maintainers


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

IFE or Inline Form Errors allows you to place form submission error inline with
the form elements. Three options are provided for setting your inline error
behavior. You can configure the default behavior or override the behavior on
a per form basis.


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

 * Chaos tool suite (ctools) - https://www.drupal.org/project/ctools


INSTALLATION
------------

Install as usual, https://www.drupal.org/node/895232

     1. Copy the entire ife directory the Drupal modules directory.

     2. To enable the module navigate to Administration > Modules
        (admin/modules), select IFE and Save.

     3. (Required) To edit the IFE settings, navigate to Administration >
        Configuration > User Interface > Inline Form Errors.
        (admin/config/user-interface/ife)


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

On the settings page (see step 3 above) you can configure which forms are
enabled with inline form errors. In Drupal, every form has a unique ID. This
ID must be used to target a form. You can enter a new form id at the bottom of
the settings page. By default all the forms will have a general error message
and general display setting.


FAQ
---

Q: How can I retrieve the unique form ID from a specific form?
A: You can switch on the 'Show form_ids on form' option at the settings page.
   Only users with the permission 'administer inline form errors' will see an
   indication above all the forms with the unique form ID.

Q: Which types of error behaviors are supported?
A: IFE provides three 'display types' for the configured forms:

     1. Leave the messages in place: this option will copy the error messages
        and place them inline. The original error messages set by Drupal will
        remain in place.
     2. Show an alternative message: this option will replace the original
        messages with a generic error message such as 'Please correct all
        errors.'. This message can be set in the IFE configuration page. The
        original error messages are placed inline with the form elements.
     3. Remove all messages: this option will remove all error messages and
        place them inline with the form element.


MAINTAINERS
-----------

Current maintainers:
 * Ra Mänd (ram4nd) - https://www.drupal.org/u/ram4nd
 * Stijn De Meyere (stijndm) - https://www.drupal.org/u/stijndm

This project has been sponsored by:
 * Development is sponsored by nascom.be and villaviscom.be

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * FAQ
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. IFE or Inline Form Errors allows you to place form submission error inline with
  12. the form elements. Three options are provided for setting your inline error
  13. behavior. You can configure the default behavior or override the behavior on
  14. a per form basis.
  15. REQUIREMENTS
  16. ------------
  17. * Chaos tool suite (ctools) - https://www.drupal.org/project/ctools
  18. INSTALLATION
  19. ------------
  20. Install as usual, https://www.drupal.org/node/895232
  21. 1. Copy the entire ife directory the Drupal modules directory.
  22. 2. To enable the module navigate to Administration > Modules
  23. (admin/modules), select IFE and Save.
  24. 3. (Required) To edit the IFE settings, navigate to Administration >
  25. Configuration > User Interface > Inline Form Errors.
  26. (admin/config/user-interface/ife)
  27. CONFIGURATION
  28. -------------
  29. On the settings page (see step 3 above) you can configure which forms are
  30. enabled with inline form errors. In Drupal, every form has a unique ID. This
  31. ID must be used to target a form. You can enter a new form id at the bottom of
  32. the settings page. By default all the forms will have a general error message
  33. and general display setting.
  34. FAQ
  35. ---
  36. Q: How can I retrieve the unique form ID from a specific form?
  37. A: You can switch on the 'Show form_ids on form' option at the settings page.
  38. Only users with the permission 'administer inline form errors' will see an
  39. indication above all the forms with the unique form ID.
  40. Q: Which types of error behaviors are supported?
  41. A: IFE provides three 'display types' for the configured forms:
  42. 1. Leave the messages in place: this option will copy the error messages
  43. and place them inline. The original error messages set by Drupal will
  44. remain in place.
  45. 2. Show an alternative message: this option will replace the original
  46. messages with a generic error message such as 'Please correct all
  47. errors.'. This message can be set in the IFE configuration page. The
  48. original error messages are placed inline with the form elements.
  49. 3. Remove all messages: this option will remove all error messages and
  50. place them inline with the form element.
  51. MAINTAINERS
  52. -----------
  53. Current maintainers:
  54. * Ra Mänd (ram4nd) - https://www.drupal.org/u/ram4nd
  55. * Stijn De Meyere (stijndm) - https://www.drupal.org/u/stijndm
  56. This project has been sponsored by:
  57. * Development is sponsored by nascom.be and villaviscom.be