You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,22 +122,22 @@ If there is an ``attachments`` field in the POST data, these files will be attac
122
122
XML attachments
123
123
^^^^^^^^^^^^^^^
124
124
125
-
An XML copy of the data can be optionally attached to the sent email by configuring the volto block's `attachXml` option.
125
+
An XML copy of the data can be optionally attached to the sent email by configuring the Volto block's `attachXml` option.
126
126
127
-
The sent XML follows the same format as the feature in [collective.easyform](https://github.com/collective/collective.easyform). An example is shown below:
127
+
The sent XML follows the same format as the feature in `collective.easyform<https://github.com/collective/collective.easyform>`_. An example is shown below:
128
128
129
129
```xml
130
130
<?xml version='1.0' encoding='utf-8'?><form><field name="Custom field label">My value</field></form>
131
131
```
132
132
133
-
The field names in the XML will utilise the Data ID Mapping feature if it is used. Read more about this feature in the following Store section of the documentation.
133
+
The field names in the XML will use the Data ID Mapping feature if it is used. Read more about this feature in the following Store section of the documentation.
134
134
135
135
Acknowledgement email
136
136
^^^^^^^^^^^^^^^^^^^^^
137
137
138
138
It is possible to also send an email to the user who filled in the form.
139
139
140
-
Set the 'Send to' value to include `acknowledgement` to enable this behaviour. The additional block field `acknowledgementMessage` can then be used to write the message being sent to the user and the `acknowledgementFields` block field used to choose the field that will contain the email address the acknowledgement will be sent to.
140
+
Set the 'Send to' value to include `acknowledgement` to enable this behavior. The additional block field `acknowledgementMessage` can then be used to write the message being sent to the user and the `acknowledgementFields` block field used to choose the field that will contain the email address the acknowledgement will be sent to.
141
141
142
142
Store
143
143
-----
@@ -197,10 +197,10 @@ Captcha support
197
197
Captcha support requires a specific name adapter that implements ``ICaptchaSupport``.
198
198
This product contains implementations for:
199
199
200
-
- HCaptcha (plone.formwidget.hcaptcha)
201
-
- Google ReCaptcha (plone.formwidget.recaptcha)
202
-
- Custom questions and answers (collective.z3cform.norobots)
Each implementation must be included, installed and configured separately.
@@ -229,7 +229,7 @@ Attachments upload limits
229
229
Forms can have one or more attachment field to allow users to upload some files.
230
230
231
231
These files will be sent via mail, so it could be a good idea setting a limit to them.
232
-
For example if you use Gmail as mail server, you can't send messages with attachments > 25MB.
232
+
For example if you use GMail as mail server, you can't send messages with attachments > 25MB.
233
233
234
234
There is an environment variable that you can use to set that limit (in MB)::
235
235
@@ -263,9 +263,9 @@ You can also interpolate the form values to the email subject using the field id
263
263
264
264
265
265
Header forwarding
266
-
=========================
266
+
=================
267
267
268
-
It is possible to configure some headers from the form POST request to be included in the email's headers by configuring the `httpHeaders` field in your volto block.
268
+
It is possible to configure some headers from the form POST request to be included in the email's headers by configuring the `httpHeaders` field in your Volto block.
269
269
270
270
[volto-formblock](https://github.com/collective/volto-form-block) allows the following headers to be forwarded:
271
271
@@ -313,11 +313,15 @@ This product has been translated into
313
313
314
314
- Spanish
315
315
316
+
- Brazilian Portuguese
317
+
318
+
- German
319
+
316
320
317
321
Installation
318
322
============
319
323
320
-
Install collective.volto.formsupport by adding it to your buildout::
324
+
Install ``collective.volto.formsupport`` by adding it to your buildout::
0 commit comments