Revert "Move slugs into filenames"

This reverts commit 1baf0b454a.
This commit is contained in:
Oliver Davies 2018-10-21 00:04:05 +01:00
parent 1baf0b454a
commit e5abda2ee0
68 changed files with 68 additions and 0 deletions

View file

@ -1,18 +0,0 @@
---
title: Conditional Email Addresses in a Webform
tags:
- drupal-planet
- drupal-6
- conditional-email
- webform
use: [posts]
---
I created a new Webform to serve as a simple Contact form, but left the main configuration until after I created the form components. I added 'Name', 'Email', 'Subject' and 'Message' fields, as well as a 'Category' select list. Below 'Options', I entered each of my desired options in the following format:
```language-ini
Email address|Visible name
```
I went back to the form configuration page and expanded 'Conditional Email Recipients', and selected my Category. Note that the standard 'Email To' field above it needs to be empty. Originally, I made the mistake of leaving addresses in that field which resulted in people being sent emails regardles of which category was selected. I then configured the rest of the form.
Then, when I went to the finished form, the category selection was available.