From 1d08d8bfc0c73d4a7a20325aa6828909801328f7 Mon Sep 17 00:00:00 2001 From: Vijaivir Dhaliwal Date: Tue, 23 Jan 2024 10:50:17 -0800 Subject: [PATCH] fix creating forms links --- docs/Creating-forms.md | 12 ++++++------ docs/Data-validation.md | 2 +- docs/File-uploads.md | 4 ++-- docs/Styles.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/Creating-forms.md b/docs/Creating-forms.md index c577252..d5d6674 100644 --- a/docs/Creating-forms.md +++ b/docs/Creating-forms.md @@ -1,4 +1,4 @@ - - [Quick Start Guide](Quick-Start-Guide) - learn how to create a basic form + - [Quick Start Guide](Quick-start-guide) - learn how to create a basic form - [Using the Menu Bar](Side-Menu-Buttons) - how to use the side menu buttons in the form designer - [Printing from a browser](Printing-from-a-browser) - options for printing your form results - [Calculated Values](Calculated-Values) - use the entered results from one form filed to populate another @@ -9,17 +9,17 @@ - [Dynamic Select Lists](Dynamic-Select-Lists) - changing the contents of another drop-down list based on what the user selects in another drop-down - [File uploads](File-uploads) - allowing users to attach files with their submissions - [Importing and exporting form designs](Importing-and-exporting-form-designs) - how to save a reuse your form designs - - [Repeating data grids](Repeating-Data-Grids) + - [Repeating data grids](Repeating-data-grids) - [Styles](Styles) - changing the appearance of your form - - [Workflows & Statuses](Workflows-&-Statuses) - you can assign a form to a team member for review, send it back to the submitter or mark it as complete + - [Workflows & Statuses](Workflows-and-Statuses) - you can assign a form to a team member for review, send it back to the submitter or mark it as complete - [Restoring a deleted submission](Restoring-a-deleted-submission) - you can restore a submission you have deleted - - [Tooltip](Tooltip) - add a tooltip or create a custom tooltip using HTML + - [Tooltip](Tooltip-for-Text-Images-Component) - add a tooltip or create a custom tooltip using HTML - [Navigation Buttons](Navigation-Buttons) - create navigation buttons to switch tabs within a form - [Progress Bar](Progress-Bar) - create a simple progress bar to track form progress across tabs - [Advanced Progress Bar](Advanced-Progress-Bar) - create an advanced progress bar to navigate between tabs or hidden components - [View my submissions](View-my-submissions) - how to view your own submissions for a form - - [BC-Address-Component](BC-Address-Component) - using the BC Address Component to autocomplete BC addresses - - [Allow multiple submission upload](Allow-multiple-submission-upload) - Allow multiple submission upload + - [BC-Address Component](BC-Address-Component) - using the BC Address Component to autocomplete BC addresses + - [Allow multiple submission upload](Allow-multiple-draft-upload) - Allow multiple submission upload - [Copy an existing submission](Copy-an-existing-submission) - Copy an existing submission - [Schedule and Reminder notification](Schedule-and-Reminder-notification) - Schedule and Reminder notification - [Allow multiple draft upload](Allow-multiple-draft-upload) - Allow multiple draft upload diff --git a/docs/Data-validation.md b/docs/Data-validation.md index 6b1fe88..124a305 100644 --- a/docs/Data-validation.md +++ b/docs/Data-validation.md @@ -10,7 +10,7 @@ When someone submits a form, validation errors will pop up, informing them their A CHEFS form field can populate or verify data from an external source by connecting through an unsecured API endpoint. You can do this by writing JavaScript in the form field's settings. -* [Get started using API for form field validation](https://github.com/bcgov/common-hosted-form-service/wiki/Populating-a-form-design-with-External-Data) +* [Get started using API for form field validation](Populating-a-form-design-with-External-Data) *** [Terms of Use](Terms-of-Use) | [Privacy](Privacy) | [Security](Security) | [Service Agreement](Service-Agreement) | [Accessibility](Accessibility) \ No newline at end of file diff --git a/docs/File-uploads.md b/docs/File-uploads.md index 64f6a43..dff9195 100644 --- a/docs/File-uploads.md +++ b/docs/File-uploads.md @@ -1,8 +1,8 @@ The CHEFS form builder has a 'File Upload' component. This allows someone to attach files or documents when submitting the form. -On this page: + ![File Upload Component](images/file-upload-1.png) diff --git a/docs/Styles.md b/docs/Styles.md index af9e337..c8829a8 100644 --- a/docs/Styles.md +++ b/docs/Styles.md @@ -14,7 +14,7 @@ Create visually pleasing designs with built-in formatting styles using our version of [Bootstrap](https://getbootstrap.com/docs/4.5/components/). -**On this page:** + ## Styles(Tutorial)