From fc87084b169456257d362a7dfff72f207a83b4a4 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 16 Aug 2018 14:21:40 -0400 Subject: [PATCH] Reword --- .../available-form-features-and-usage-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ecf6946..8cd39f8 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 @@ -419,7 +419,7 @@ For the code implementation, see the [`review` folder](../../src/js/review). ### Required checkbox before form submission -Use this feature to require a user to indicate they have read terms and conditions, a privacy policy, or any other text before submitting your form. It optionally includes a checkbox and short-form text that can include relevant links to more verbose text on separate pages on your site. To configure this feature, place a `preSubmitInfo` object in the `formConfig`: +Use this feature to require a user to indicate they have read terms and conditions, a privacy policy, or any other text before submitting your form. It includes a checkbox and short-form text that can include relevant links to more verbose information on separate pages on your site. To configure this feature, place a `preSubmitInfo` object in the `formConfig`: ```js preSubmitInfo: {