Skip to content

Commit

Permalink
Mention feincms3-forms and fix a few rST blunders
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask authored Apr 8, 2024
1 parent 2932b8c commit 66544d9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ data to a list of freely definable email addresses and to store the data in the
database so that it can be exported later. An XLSX export of saved submissions
is provided too. It is possible to add your own actions as well.

Aside: If you need more options you may want to check out
`feincms3-forms <https://github.com/feincms/feincms3-forms>`__ as well.


Installing the form designer
============================
Expand Down Expand Up @@ -127,9 +130,9 @@ additional arguments added in the future:
ReCaptcha
=========

To enable [ReCaptcha](http://www.google.com/recaptcha) install
[django-recaptcha](https://github.com/django-recaptcha/django-recaptcha) and add
`django_recaptcha` to your `INSTALLED_APPS`. This will automatically add a ReCaptcha
To enable `ReCaptcha <http://www.google.com/recaptcha>`__ install
`django-recaptcha <https://github.com/django-recaptcha/django-recaptcha>`__ and add
``django_recaptcha`` to your ``INSTALLED_APPS``. This will automatically add a ReCaptcha
field to the form designer. For everything else read through the
django-recaptcha readme.

Expand Down

0 comments on commit 66544d9

Please sign in to comment.