From c3f84541711c9c6413b602f66bcb18dbd5c86286 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 26 Feb 2018 00:17:36 +0100 Subject: [PATCH] more on docs --- README.rst | 10 +++++++--- docs/index.rst | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 375c973be..0364e14e1 100644 --- a/README.rst +++ b/README.rst @@ -48,14 +48,18 @@ Main features and highlights - `Form wizards`_. Combine your forms into wizards. Form wizards may contain handlers. Handler processes the form wizard data (for example, saves it or mails it). Number of the form wizard handlers is not limited. +- Forms can be automatically enabled/disabled based on dates (start date, end + date). - Anti-spam solutions like `CAPTCHA `_, `ReCAPTCHA - `_ - or `Honeypot + `_, + `Honeypot `_ + or `Invisible reCAPTCHA + `__ come out of the box (CAPTCHA and ReCAPTCHA do require additional third-party - apps to be installed). + apps to be installed; Invisible reCAPTCHA doesn't). - In addition to standard form elements, there are cosmetic (presentational) form elements (for adding a piece of text, image or a embed video) alongside standard form elements. diff --git a/docs/index.rst b/docs/index.rst index a9105b086..5a0a29b32 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,14 +48,18 @@ Main features and highlights - `Form wizards`_. Combine your forms into wizards. Form wizards may contain handlers. Handler processes the form wizard data (for example, saves it or mails it). Number of the form wizard handlers is not limited. +- Forms can be automatically enabled/disabled based on dates (start date, end + date). - Anti-spam solutions like `CAPTCHA `_, `ReCAPTCHA - `_ - or `Honeypot + `_, + `Honeypot `_ + or `Invisible reCAPTCHA + `__ come out of the box (CAPTCHA and ReCAPTCHA do require additional third-party - apps to be installed). + apps to be installed; Invisible reCAPTCHA doesn't). - In addition to standard form elements, there are cosmetic (presentational) form elements (for adding a piece of text, image or a embed video) alongside standard form elements.