I downloaded the simple_contact plugin and copied its stuff into the user/plugins/simple_contact folder. Modified and inserted the simple_contact.yaml into the user/config/plugins. These are the instructions available in its readme. To have a page with the contact created under user/pages a new folder 'contact' with contact.md in it that has:
title: 'Contact'
simple_contact: true
Now this throws a Template "contact.html.twig" is not defined ().
Searching this forum found that some code should be inserted maybe in the base template file... I'm a beginner begining to doubt that this simple_contact is the simple way to have contact form in the grav system. Your thoughts on it? What plugin do you recommand or just what am I missing here?