We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7a3f9 commit 8a18b76Copy full SHA for 8a18b76
docs/templates/tags/email-contact.mdx
@@ -39,7 +39,7 @@ For full documentation of available parameters please see the [ExpressionEngine
39
40
```twig
41
{% set form = exp.email.contact_form({
42
- user_recipients: 'no',
+ user_recipients: false,
43
recipients: 'admin@example.com',
44
charset: 'utf-8'
45
}) %}
@@ -73,7 +73,7 @@ For full documentation of available parameters please see the [ExpressionEngine
73
```php
74
@php
75
$form = $exp->email->contact_form({
76
77
78
79
})
0 commit comments