From be28650a5d4e359530d839db113f212c1925c33a Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Fri, 6 Dec 2019 15:10:09 +1300 Subject: [PATCH 1/2] Update userguide for compliance with new docs site --- docs/en/userguide/creating-and-editing-forms.md | 4 ++-- docs/en/userguide/index.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/userguide/creating-and-editing-forms.md b/docs/en/userguide/creating-and-editing-forms.md index 964f771af..ebecf03c7 100644 --- a/docs/en/userguide/creating-and-editing-forms.md +++ b/docs/en/userguide/creating-and-editing-forms.md @@ -14,10 +14,10 @@ drop-down menu will show up. Select "User Defined Form" Then hit the "Go" button You will notice that a new page has been created, with the name of "New User Defined Form." You will be taken to edit the page once you click "Create." -
+[note] Don't worry if you create your page in the "wrong" place. Pages can be moved and re-ordered easily. -
+[/note] ## Combining forms and content diff --git a/docs/en/userguide/index.md b/docs/en/userguide/index.md index 8aae87024..a1a6842bc 100644 --- a/docs/en/userguide/index.md +++ b/docs/en/userguide/index.md @@ -1,5 +1,7 @@ +--- title: Creating forms in the CMS summary: How to use the UserForms module to create forms via the CMS. +--- # Creating forms in the CMS From e1bcae823bdb27771fee6967c135a415c8d9a003 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Mon, 9 Dec 2019 12:33:30 +1300 Subject: [PATCH 2/2] Add frontmatter to subpages --- docs/en/userguide/creating-and-editing-forms.md | 4 ++++ docs/en/userguide/field-types.md | 4 ++++ docs/en/userguide/form-submissions.md | 4 ++++ docs/en/userguide/multipage-forms.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/docs/en/userguide/creating-and-editing-forms.md b/docs/en/userguide/creating-and-editing-forms.md index ebecf03c7..0014ea218 100644 --- a/docs/en/userguide/creating-and-editing-forms.md +++ b/docs/en/userguide/creating-and-editing-forms.md @@ -1,3 +1,7 @@ +--- +title: Creating and editing forms +--- + # Creating and editing forms To create a new form, first decide where in the site you want your form to be. If you diff --git a/docs/en/userguide/field-types.md b/docs/en/userguide/field-types.md index c92c16532..8f4d516b4 100644 --- a/docs/en/userguide/field-types.md +++ b/docs/en/userguide/field-types.md @@ -1,3 +1,7 @@ +--- +title: Field types +--- + # Field types ## Checkbox Field diff --git a/docs/en/userguide/form-submissions.md b/docs/en/userguide/form-submissions.md index 7d159037f..1bf87864e 100644 --- a/docs/en/userguide/form-submissions.md +++ b/docs/en/userguide/form-submissions.md @@ -1,3 +1,7 @@ +--- +title: Form submissions +--- + # Form submissions ## Viewing form submissions in the CMS diff --git a/docs/en/userguide/multipage-forms.md b/docs/en/userguide/multipage-forms.md index 165ec7cca..95fbb4395 100644 --- a/docs/en/userguide/multipage-forms.md +++ b/docs/en/userguide/multipage-forms.md @@ -1,3 +1,7 @@ +--- +title: Multi-page forms +--- + ## Creating a multi-page form To create a multi-page form, simply click the 'Add Page Break' button.