merge master in prod
This commit is contained in:
@@ -26,4 +26,12 @@ The Learn site has two pages describing how to use the Form Plugin:
|
||||
|
||||
# Using email
|
||||
|
||||
Note: when using email functionality in your forms, make sure you have configured the Email plugin correctly. In particular, make sure you configured the "Email from" and "Email to" email addresses in the Email plugin with your email address
|
||||
Note: when using email functionality in your forms, make sure you have configured the Email plugin correctly. In particular, make sure you configured the "Email from" and "Email to" email addresses in the Email plugin with your email address.
|
||||
|
||||
# NOTES:
|
||||
|
||||
As of version **Form version 4.0.6**, form labels are now being output with the `|raw` filter. If you wish to show HTML in your form label, ie `Root Folder <root>`, then you need to escape that in your form definition:
|
||||
|
||||
```yaml
|
||||
label: Root Folder <root>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user