Skip to content

Commit d33082c

Browse files
committed
docs(readme): add about captcha auto fill and admit card download
1 parent b489f26 commit d33082c

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

README.md

+23-22
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,51 @@
2121

2222
***
2323

24-
<table>
24+
<div align="center">
25+
<table>
2526
<tr>
2627
<th>Cascading Mode (Default)</th>
2728
<th>Selective Mode</th>
28-
</tr>
29-
<tr>
30-
<td>
31-
32-
![mode1][mode1-demo-gif]
33-
34-
</td>
35-
<td>
36-
37-
![mode2][mode2-demo-gif]
38-
39-
</td>
40-
</tr>
4129
<tr>
4230
<td>
4331

4432
- Uses the same feedback type for all forms
45-
- Fills the next form after user submits previous form
33+
- Fills next form after previous form is submitted
4634
- Skips submitted forms, fills the remaining ones
4735

4836
</td>
4937
<td>
5038

5139
- User selects the feedback type for each form
52-
- Type the captcha and submit the form
40+
- Fills captcha & submit the form (<b>auto</b>/<b>manual</b>)
5341
- User decides the order of form submission
5442

5543
</td>
5644
</tr>
5745
<tr>
5846
<td colspan="2" align="center">
5947
60-
Form can be submitted by pressing `Enter` key just after typing the captcha
48+
Fills the captcha, submits the feedback form (in case of `cascade mode` - repeats, until all forms are submitted)
49+
50+
</td>
51+
</tr>
52+
<tr>
53+
<td colspan="2" align="center">
54+
55+
Automatically downloads the admit card after all the forms are submitted using `cascade mode`
56+
57+
</td>
58+
</tr>
59+
<tr>
60+
<td colspan="2" align="center">
61+
62+
Form can be submitted by pressing `Enter` key after typing captcha in manual mode
6163

6264
</td>
6365
</tr>
66+
<tr>
67+
<td colspan="2" align="center">Re-fills the form with previously given feedback type, if wrong captcha was filled</td>
68+
</tr>
6469
<tr>
6570
<tr>
6671
<td colspan="2" align="center">
@@ -82,9 +87,6 @@
8287

8388
</td>
8489
</tr>
85-
<tr>
86-
<td colspan="2" align="center">Re-fills the form with previously given feedback type, if wrong captcha was typed</td>
87-
</tr>
8890
<tr>
8991
<td colspan="2" align="center">
9092

@@ -98,6 +100,7 @@
98100
</td>
99101
</tr>
100102
</table>
103+
</div>
101104

102105
***
103106

@@ -208,8 +211,6 @@ It is recommended to install the extension from the respective extension stores
208211
[chrome-webstore-link]: https://chromewebstore.google.com/detail/ferp/cdmjkgfdjjebpjejjnckkgljdmijjnom
209212
[firefox-shield]: https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg
210213
[chrome-shield]: https://github-production-user-asset-6210df.s3.amazonaws.com/86282911/283838252-34120216-076d-46ab-8646-cd5845fd8eb5.jpg
211-
[mode1-demo-gif]: https://github.com/proffapt/fERP/assets/86282911/36034a97-f732-44da-a907-b8218e2927fe
212-
[mode2-demo-gif]: https://github.com/proffapt/fERP/assets/86282911/898114a1-e352-4d0e-9a68-e84a49e5d101
213214
[contributors-shield]: https://img.shields.io/github/contributors/proffapt/fERP.svg?style=for-the-badge
214215
[contributors-url]: https://github.com/proffapt/fERP/graphs/contributors
215216
[forks-shield]: https://img.shields.io/github/forks/proffapt/fERP.svg?style=for-the-badge

0 commit comments

Comments
 (0)