Description of the need
I suspect that most people who enable the core Contact form do so in order to allow visitors to contact them, without needing to provide their email address publicly. As such, I also believe that most emails recieved through the contact form have nothing to do with feedback about the website itself (that seems like a very specific use-case).
Proposed solution
I therefore propose renaming the default Contact form category from "Website feedback" to something like "Website enquiry", or just "Enquiry". To me this seems more generic and a better default option.
Alternatives that have been considered
Users can always just edit the default category themselves (I personally have to do that all the time).
Additional information
Recent comments
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
How to include other files in module?
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside. The YouTube module gives an example: <?php /** * @file * Youtube field module adds...
How to include other files in module?
On D7 project we are using openid_connect. We need to have similar functionality for Backdrop CMS, sooner rather than later.
OpenID?