From f5762bb4ae1cc694f25a788f4c1aa58855e19ca3 Mon Sep 17 00:00:00 2001 From: Priyanshi Gaur Date: Tue, 23 Apr 2024 02:43:07 +0530 Subject: [PATCH] fix vale errors pt.6 Signed-off-by: Priyanshi Gaur --- docs/components/forms.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/forms.rst b/docs/components/forms.rst index a37f82f9..602a5a1c 100644 --- a/docs/components/forms.rst +++ b/docs/components/forms.rst @@ -284,10 +284,10 @@ There are two ways to configure a Form Field to only display when the asked valu First, choose the Form that you want to use for progressive profiling. Go to the Form Fields and open the field configuration of the field you want to use for progressive profiling. Change to the Behavior tab. Here, you can configure the behavior of the fields. .. note:: - It's always recommended to use the Email field, even if it's already known because Mautic uses the Email as a unique identifier for Contacts. Additionally, the submit button field must always be visible; otherwise, the Form can't be submitted by the Contact. + It's always recommended to use the Email field, even if it's already known because Mautic uses the Email as a unique identifier for Contacts. Additionally, the submit button field must always be visible. Otherwise, the Form can't be submitted by the Contact. 1. **Show when value exists**: -if this option is set to 'No,' Mautic checks if the value for this field exists in the database or if the value was provided in a former form submission already. If it finds a value, Mautic won't display the field in the Form. If this option is set to 'Yes,' Mautic shows the field, regardless of whether a value is found or not. The default configuration for this option is 'Yes'. +if this option is set to 'No,' Mautic checks if the value for this field exists in the database or if the value was provided in a former Form submission already. If it finds a value, Mautic won't display the field in the Form. If this option is set to 'Yes,' Mautic shows the field, regardless of whether a value is found or not. The default configuration for this option is 'Yes'. 2. **Display field only after X submissions**: if you have a Form that you'd like to use multiple times, with more fields appearing the more times a Contact fills it out, while still using only a single Form, the option 'Display field only after X submissions' is what you're looking for. As the name suggests, the field appears only after the Form has been submitted X times. This feature pairs well with the ability to hide fields if the value is already known. @@ -302,7 +302,7 @@ Limits of Progressive Profiling **The search history limit** -Mautic Forms, which don't use progressive profiling, operate at their maximum speed. The HTML of the Form renders once, gets stored, and this 'cached' HTML is utilized for subsequent Form loads. However, when progressive profiling configuration is enabled for any of the Form fields, the Form HTML might differ for each Contact. It could even change for each Contact after every submission. Consequently, Form caching can't be utilized, leading to slower Form load times for progressive profiling Forms. +Mautic Forms, which don't use progressive profiling, operate at their maximum speed. The HTML of the Form renders once, gets stored, and this 'cached' HTML is utilized for subsequent Form loads. However, when progressive profiling configuration is enabled for any of the Form Fields, the Form HTML might differ for each Contact. It could even change for each Contact after every submission. Consequently, Form caching can't be utilized, leading to slower Form load times for progressive profiling Forms. Mautic imposed a limit of 200 submissions from which it searches for existing Form values. This limit aims to prevent possible long Form loading times or hitting the server time or memory limits when a Contact has several thousand Form submissions. Exceeding this limit might cause Mautic to display/hide the wrong fields for a Contact.