File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ data to a list of freely definable email addresses and to store the data in the
28
28
database so that it can be exported later. An XLSX export of saved submissions
29
29
is provided too. It is possible to add your own actions as well.
30
30
31
+ Aside: If you need more options you may want to check out
32
+ `feincms3-forms <https://github.com/feincms/feincms3-forms >`__ as well.
33
+
31
34
32
35
Installing the form designer
33
36
============================
@@ -127,9 +130,9 @@ additional arguments added in the future:
127
130
ReCaptcha
128
131
=========
129
132
130
- To enable [ ReCaptcha]( http://www.google.com/recaptcha) install
131
- [ django-recaptcha]( https://github.com/django-recaptcha/django-recaptcha) and add
132
- `django_recaptcha ` to your `INSTALLED_APPS `. This will automatically add a ReCaptcha
133
+ To enable ` ReCaptcha < http://www.google.com/recaptcha >`__ install
134
+ ` django-recaptcha < https://github.com/django-recaptcha/django-recaptcha >`__ and add
135
+ `` django_recaptcha `` to your `` INSTALLED_APPS ` `. This will automatically add a ReCaptcha
133
136
field to the form designer. For everything else read through the
134
137
django-recaptcha readme.
135
138
You can’t perform that action at this time.
0 commit comments