-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdraft_feature.html
85 lines (53 loc) · 2.76 KB
/
draft_feature.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<article class="docs-article">
<section class="docs-section" id="draft">
<div>
<h1>Draft feature</h1><br><hr>
<p>Draft feature has been implemented to save and track unfinished applications.</p>
<h4>Use case:</h4>
<ol>
<li>If there is a large form to submit and the user does not have the sufficient information at the time
of filling.</li>
<li>If a power failure or network failure happens during form filling, data might be lost in such cases.These
circumstances can be avoided by saving the form as draft.</li>
<li>Users have the option to save a draft and submit the form later.</li>
</ol>
<h4>Features:</h4>
<ol>
<li>The draft feature is totally customizable. By altering the configuration, this feature can be
disabled if a given installation doesn't require it.</li>
<p></p>
<img src="./assets/images/draftenv.png" width="600"><br><br>
<li>The polling rate is also configurable.</li>
<li>Works for anonymous users and multitenant environments.
</li>
</ol><br>
<h3>1. Autosave of submission data</h3><br>
<p>The submission data will automatically be saved to the Draft table once the user takes the form for
submission.
</p>
<br>
<img src="./assets/images/draft2.png" height="500" width="1000"><br><br>
<h3>2. Continue with the form</h3>
<p>The forms which are not submitted/unfinished applications will appear in the <strong>Drafts
</strong>tab.</p>
<p>
<br>
<img src="./assets/images/draft1.png" height="500" width="1000" alt="alt_text" title="image_tooltip"><br>
<p>Users can continue filling out the form by clicking the Edit button.
</p>
<br>
<img src="./assets/images/draft3.png" height="500" width="1000"><br><br>
<div class="callout-block callout-block-info">
<div class="content">
<span class="callout-icon-holder me-1"></span>
<i class="fa fa-bullhorn"></i>
<em> NOTE: Once the user submits the form, the form is moved to the Applications Tab from
Drafts</em>
</div>
</div>
<br>
<img src="./assets/images/draft4.png" height="500" width="1000">
<br><br>
</div>
</section>
</article>