How to See Messages Sent From The Contact Form Drupal 9
Recently working on my latest Drupal l9 project - BalticInvestors.com I faced a strange issue - after enabling the core default contact form, it seemed that data is not stored anywhere after actually filling out and submitting the webform.
Turns out there is a little helper module, which solves it - Contact Storage
Contact Storage module will provide storage for Contact messages which are fully-fledged entities in Drupal 8 and Drupal 9. This…