Skip to content

Commit

Permalink
fix creating forms links
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaivir committed Jan 23, 2024
1 parent 1c96428 commit 1d08d8b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/Creating-forms.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/Data-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/File-uploads.md
Original file line number Diff line number Diff line change
@@ -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:
<!-- On this page:
* [Configuration options](#Configuration-options)
* [File Storage](#File-storage)
* [File Storage](#File-storage) -->

![File Upload Component](images/file-upload-1.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/Styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

Create visually pleasing designs with built-in formatting styles using our version of [Bootstrap](https://getbootstrap.com/docs/4.5/components/).

**On this page:**
<!-- **On this page:**
* [Styles(Tutorial)](#Styles(Tutorial))
* [Components](#Components)
* [Utilities](#Utilities)
* [Columns](#Columns)
* [Icons](#Icons)
* [Button icons](#Button-icons)
* [Input icons or text](#Input-icons-or-text)
* [Input icons or text](#Input-icons-or-text) -->

## Styles(Tutorial)

Expand Down

0 comments on commit 1d08d8b

Please sign in to comment.