Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Although I'm new to Drupal, I have experience in various PHP frameworks, ExpressionEngine and CraftCMS development.
I'm trying to build a custom module that renders a form, and so far I managed to get it rendered in the route defined in the module.routing.yml file (mysite.com/my_module/my_route) but I don't understand how you include it in a template/view (page or a custom one).
Do I need to create something like a custom field?? or a Block??
After selecting a theme like zircon-8.x-0.2.tar.gz in http://localhost/admin/theme/install,
I am blocked on the next screen http://localhost/core/authorize.php with
"WARNING: You are not using an encrypted connection, so your password will be sent in plain text."
But I do not ask for a FTP transfer as the tar.gz file is already downloaded.
Thanks for your help.
I need a alphanumeric field or serial field available in drupal 8 or code snippets, because when i add document no is alphanumeric field for the documents. It may be possible code snippets form or content type anyone is preferred.
How do I display a simple html page as a front page?
Currently using a theme which is a sub theme of Bartik. Want to display a simple html page as a front page without header, menu, content and footer. The front page must just display what is in the html file (not even user login as that must be displayed only when the url is /user/login).