-
Notifications
You must be signed in to change notification settings - Fork 11
/
anonymous_form.html
44 lines (38 loc) · 2.05 KB
/
anonymous_form.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
<article class="docs-article">
<section class="docs-section" id="anonymous">
<div>
<h1 id="anonymous-workflow">Anonymous Forms</h1>
<hr><br>
<p>
An anonymous form allows users to submit form entries anonymously. Users can access the
form using the form URL without login to the application.
</p>
<p>Below steps describes how you can design a form anonymous.</p>
<ol>
<li>Create a new form or edit an already created form. Check the field asking whether
you want to make the form public to make the form available to the public.
</li><br><br>
<img src="./assets/images/166641751-b7f4df20-959d-485a-ac41-cc688e9f6762 (1).png" height="500"
width="1000"> </p>
<li>Associate a workflow if you want and move to the next stage.</li><br><br>
<img src="./assets/images/Screenshot 2022-06-01 142611.png" height="500" width="1000"><br><br>
<li>In this stage, you can copy the anonymous form URL and publish the form to the
client. Forms that are made anonymous and public will only appear publicly.</li>
<br><br>
<p><img src="./assets/images/166641111-41401eb1-4c42-4198-99b5-e66200d20498.png" alt="image"
height="500" width="1000"></p>
<strong>
Note-Forms will not be available to anonymous users if they are not published.
</strong>
<br><br>
<img src="./assets/images/Screenshot 2022-06-01 143337.png" height="300" width="1000">
<br><br>
<li>Designers can share the copied URL to allow other users to submit anonymous forms.
</li>
<br>
<img src="./assets/images/Screenshot 2022-06-01 143743.png" height="500" width="1000">
<br><br>
</ol>
</div>
</section>
</article>