Form Error Logging

Categories

Component ID

2801135

Component name

Form Error Logging

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

257

Component created

Component changed

Component body

This module allows you to log form errors. You can Whitelist the forms you want to track.
This may be useful for active site building, collecting information about how to improve form experience.

Installation

Install as you would normally install a contributed module.

  1. Download the module.
  2. Install in the project.
  3. Login into back-end(admin side).
  4. Go to modules page.
  5. Activate "Form Error Logging" module.

What is Whitelisting a Form?

Whitelisting a Form means, adding it to the list of forms whose errors we want to track.

How to Whitelist the Form

  1. Copy Form ID of the form you want to Whilelist
  2. Go to /admin/config/development/logging/form-error-logging
  3. Paste the Form ID in the new line in the textarea
  4. Save. That's it. Next time if some error occurs for that form, it will be logged.

Want to help?

Thanks for the enthusiasm and efforts. Contributions are welcome through issue queue. Point out an issue, Submit a patch, Suggest an enhancement, etc...

We are looking next to work on automated tests to ensure stability in future: #2817171: Automatic tests