Skip to content

Commit

Permalink
Add documentation for cc
Browse files Browse the repository at this point in the history
  • Loading branch information
chadfawcett committed Feb 10, 2016
1 parent 0d7b90b commit cc79e93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ This field is simply for the emailer's name.
<input type="text" name="name" />
```

### CC

This field allows you for the user to specify an address to get a cc'd copy of the form.

```html
<input type="text" name="_cc" />
```

## Advanced Usage

### Custom Keys
Expand Down

0 comments on commit cc79e93

Please sign in to comment.