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.
I need to develop a simple website with following requirements: -
1. A form with fields in which employees will input data to. They should select the organization they are inputting the data for (possibly from dropdown) and the data entered in the field should be stored for that organization.
2. Creating a dashboard to display the data as charts and tables for each organization. Each member of the organization should be able to see the data reports for that organization only.
I have just installed Drupal 8 on a public site and also on a private test site. The public site shows a pencil within a round button in each block. When you click on it, it displays an option to configure the block. The test site does not show these buttons. I prefer not to see them unless I hover over the block. How do I hide these buttons?
In Drupal 8, is there a way to set it up so that when a user logs in, they are, after authentication, returned to the page from which they clicked the log-in link, rather than directed to their Drupal user profile page?
I'm not a full administrator of the site, so I want to know if it's possible before I go ask our admin to change it. And if need be, have the instructions ready to tell her how to change it.
(Please forgive if this question has been asked/answered elsewhere on forums.)
I created a custom form that needs to use the Radios widget but is not at all rendering to a custom TWIG template. Instead all I see is the label but not the anything I placed in the #options array. All other widgets that I am using (textfield, select and checkbox) are working fine. If however, I do not try to use a custom template and use the default TWIG template, everything works fine.