The Webform module in Drupal 8 makes it easy to create complex forms in no time. The basics are easy to learn but when you start digging below the surface, the huge power of the Webform module starts to reveal itself.
The ability to create a form quickly and easily is a vital piece of functionality in any content management system. A content editor needs the capacity to create a form and add or remove fields.
Blocks, as the name suggests, are pieces of content that can be placed anywhere on your Drupal site. They can contain simple text, forms or something with complex logic.
Content with many fields can be overwhelming when it comes to adding and editing data. Also, creating layouts to display the content is often a complex task. Field Group can solve both of these issues.
Pathauto is a module which lets you automate the generation of URL aliases in Drupal. Instead of the URL being "/node/123", you can have "/blog/article/why-use-drupal".
If you’ve done any Drupal site building, I’m sure you’ve experienced this issue.
You create an image style with the “Scale and crop” effect and everything is going great until an editor uploads an image with a different aspect ratio.
The definition of "what a search page is" varies from project to project. Some clients are happy with the core Search module, others want a full blown search engine.