How to style Drupal contact block
This is some styling that I use with the Drupal 8 Contact Block module to make the contact form in a block:
This is some styling that I use with the Drupal 8 Contact Block module to make the contact form in a block:
Recently I have seen an increase in spam form submissions even with using Google reCAPTCHA . Being that most of the Drupal sites I develop are for small to medium sized local businesses, I tend to add a telephone number field to their website contact forms.
This is a simple bit of code you can add to your style sheet that will hide the Drupal 8 front page main content (No front page content has been created yet.) block. This is useful if you want to build a front page that is solely built with blocks.
.view-frontpage { display:none; }