diff --git a/docs/Allow-multiple-draft-upload.md b/docs/Allow-multiple-draft-upload.md index 3ecac48..f45f2c7 100644 --- a/docs/Allow-multiple-draft-upload.md +++ b/docs/Allow-multiple-draft-upload.md @@ -15,23 +15,23 @@ This new feature allows you to upload your draft submissions using the User Inte Step 1: By default, Allow multiple draft upload option is disabled under form functionality. One can enable it by checking the checkbox. Remember that Enabling this “Allow multiple draft upload” feature will automatically enable the “Save and Edit Drafts” option. -![image](https://user-images.githubusercontent.com/87393930/232624089-c9afa2a4-6d6b-4093-8203-847e056d273d.png) +![image](images/multi1.png) When Submitters access the form, they can see an option in the Top-Right corner to switch to Multiple draft uploads. The position of this icon may look like this. -![image](https://user-images.githubusercontent.com/87393930/232624312-8d191efa-117c-49ad-a106-8ea035289b1c.png) +![image](images/multi2.png) When the Submitter clicks on that icon, Submitter can see a changing view on the page. This view has a drag-and-drop area to upload a Template file with all the draft submissions. -![image](https://user-images.githubusercontent.com/87393930/232624488-f6568f48-65d0-4440-bac7-e9e06b3b2b5a.png) +![image](images/multi3.png) As you can see, there are two comments on the last screenshot. One is to download the template for the form. Remember that templates may vary for a specific version of the form. The other area is to upload a JSON file containing draft submissions. Submitter can use the same template file and modify it as per requirement. Remember that JSON has multiple objects, and each object is a draft submission. When you modify the JSON template file for a basic form that has only two text fields i.e. First name and Last Name, then the Jason file may look like this. -![image](https://user-images.githubusercontent.com/87393930/232624604-be548c26-9d90-4f1d-99eb-92de333bbcf3.png) +![image](images/multi4.png) In this JSON template, there are three Draft submissions. See the video below to know how to upload a JSON template. Once you upload JSON it will process the file and submit all the draft submissions collected from the JSON template file. -https://user-images.githubusercontent.com/87393930/232624770-6c31c760-f5be-40af-b253-9154e04e1148.mp4 +![video](videos/multi-draft-upload.mp4) **[Back to top](#top)** diff --git a/docs/Copy-an-existing-submission.md b/docs/Copy-an-existing-submission.md index e161700..c9d2a71 100644 --- a/docs/Copy-an-existing-submission.md +++ b/docs/Copy-an-existing-submission.md @@ -6,13 +6,13 @@ This feature allows submitters to create new submissions from previous ones. By This is how a Form designer can Enable this feature from Form Functionality. -![image](https://user-images.githubusercontent.com/87393930/229561300-24d54e5c-ae5b-431d-8974-2c4f166d9cdc.png) +![image](images/ces1.png) Next, Enable the “Allow value propagation” checkbox for each field you want to copy while the submitter creates new submission from the old one. Designer can enable this option for fields under the validation tab of Field management while Designing a form. Remember that This option can only be available for Advanced components only. i.e. -![image](https://user-images.githubusercontent.com/87393930/229561486-be3e0397-c305-4ee1-b57f-2c73cbcdb3bd.png) +![image](images/ces2.png) Now Submitters can see a new action button under My Submissions table called “Copy this submission”. Like this: -![image](https://user-images.githubusercontent.com/87393930/229561644-a41bb15f-0a1b-4bf4-88ac-36cfdd9b5eb6.png) +![image](images/ces3.png) By clicking on that Icon user will be redirected to the New page where all the existing values from the older submission are auto-populated to the form. \ No newline at end of file diff --git a/docs/Restoring-a-deleted-submission.md b/docs/Restoring-a-deleted-submission.md index 51f93a2..a2bc579 100644 --- a/docs/Restoring-a-deleted-submission.md +++ b/docs/Restoring-a-deleted-submission.md @@ -5,13 +5,13 @@ In the event that someone has deleted a submission for a form version, you can restore the submission if you are a form owner. For example, if a user deletes a form submission: -Screen Shot 2022-11-17 at 2 40 07 PM +img The form owner can access the submissions for a form, and check the box to show deleted submissions. -![702E4A6C-2B75-451E-A2DA-188C009B0719](https://user-images.githubusercontent.com/101672465/202576695-eb56bbab-6ad6-4297-8ca0-b3bfcab96fed.jpeg) +![img](images/restore2.jpeg) Once you've found the submission you want to restore, simply click the restore button and confirm restoration. -![D29E5A36-D07B-449C-BEA9-DF4D7C0D1D83](https://user-images.githubusercontent.com/101672465/202577020-9ee1a034-8eab-4b16-9f6a-75a594af02ed.jpeg) -Screen Shot 2022-11-17 at 2 51 49 PM +![img](images/restore3.jpeg) +img **[Back to top](#top)** diff --git a/docs/images/ces1.png b/docs/images/ces1.png new file mode 100644 index 0000000..df6efc1 Binary files /dev/null and b/docs/images/ces1.png differ diff --git a/docs/images/ces2.png b/docs/images/ces2.png new file mode 100644 index 0000000..7d1fcd3 Binary files /dev/null and b/docs/images/ces2.png differ diff --git a/docs/images/ces3.png b/docs/images/ces3.png new file mode 100644 index 0000000..0efbe52 Binary files /dev/null and b/docs/images/ces3.png differ diff --git a/docs/images/multi1.png b/docs/images/multi1.png new file mode 100644 index 0000000..06c20ca Binary files /dev/null and b/docs/images/multi1.png differ diff --git a/docs/images/multi2.png b/docs/images/multi2.png new file mode 100644 index 0000000..de2e2a1 Binary files /dev/null and b/docs/images/multi2.png differ diff --git a/docs/images/multi3.png b/docs/images/multi3.png new file mode 100644 index 0000000..8f62f0c Binary files /dev/null and b/docs/images/multi3.png differ diff --git a/docs/images/multi4.png b/docs/images/multi4.png new file mode 100644 index 0000000..1e9bf7b Binary files /dev/null and b/docs/images/multi4.png differ diff --git a/docs/images/restore1.png b/docs/images/restore1.png new file mode 100644 index 0000000..2097181 Binary files /dev/null and b/docs/images/restore1.png differ diff --git a/docs/images/restore2.jpeg b/docs/images/restore2.jpeg new file mode 100644 index 0000000..3021aff Binary files /dev/null and b/docs/images/restore2.jpeg differ diff --git a/docs/images/restore3.jpeg b/docs/images/restore3.jpeg new file mode 100644 index 0000000..1bb207f Binary files /dev/null and b/docs/images/restore3.jpeg differ diff --git a/docs/images/restore4.png b/docs/images/restore4.png new file mode 100644 index 0000000..5739c47 Binary files /dev/null and b/docs/images/restore4.png differ diff --git a/docs/videos/multi-draft-upload.mp4 b/docs/videos/multi-draft-upload.mp4 new file mode 100644 index 0000000..e48cc71 Binary files /dev/null and b/docs/videos/multi-draft-upload.mp4 differ