diff --git a/docs/building-a-form/available-form-features-and-usage-guidelines.md b/docs/building-a-form/available-form-features-and-usage-guidelines.md index 8cd39f8..45249de 100644 --- a/docs/building-a-form/available-form-features-and-usage-guidelines.md +++ b/docs/building-a-form/available-form-features-and-usage-guidelines.md @@ -426,7 +426,7 @@ preSubmitInfo: { notice: '

Note: According to federal law, there are criminal penalties, including a fine and/or imprisonment for up to 5 years, for withholding information or for providing incorrect information. (See 18 U.S.C. 1001)

', required: true, // when false, the notice is shown without a checkbox field: 'privacyAgreementAccepted', // name of the field in submitted data - label: 'I have read and accept the privacy policy.', + label: 'I have read and accept the privacy policy.', error: 'You must accept the privacy policy before continuing', } ```