I need to create a custom form inside my site, in particularly inside a CMS page. The form action should send an email with a summary of the data entered.
It would be even better if the data were stored in the database and accessible through the backend but this is not essential.
What is the best way to do this? Should I create a module?