Webform

How To Add CAPTCHA Protection to Drupal 8 Webform

| 72 views

Recently I launched a new Drupal 8 website and was surprised by a spam amount we got via website's contact form (built with Webform module).  As the website was new, I was manually blocking each spammers IP, but the amount got larger and larger, to avoid that, I decided to install Captcha module, just like in the case with Drupal 7, see: Adding CAPTCHA to Drupal 7 Webform A CAPTCHA is a challenge-response test most often placed within web forms to determine whether the user is human. The…


How to configure postmarkapp to work with Drupal webform

| 1 views

If you are running your site under Apache then most probably your server will be auto configured with mail send module. But if you are running, lets say Ngnix without mail send function enabled, then you might consider some options to send e-mails from your site. And one of this options is to use Postmarkapp.com service. Today I'll show how to configure your Drupal powered site to deliver e-mails using postmarkapp and few handy modules. At first - go to the postmarkapp.com and sign up for a…


Drupal: Sending Confirmation Emails from Your Webform

| 6 views

Today, I encountered a problem that at first seemed like a pain, but in the end, turned out to be simpler than I thought. I needed to send a confirmation email to the submitter of a webform, letting them know that their email had been received, along with some plain text instructions. A while back, I wrote about how to add a contact form to Drupal, and today I want to share with you how to send a confirmation email to the submitter. This is the screenshot for webform I have on my site. As…