You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- #stage implementation in utils.idb class changed to object from arrays
- login button gets focused on Home page
- added idb-keyval to acknowledgements. reviewed pricing statement
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -84,16 +84,15 @@ <h3>About</h3>
84
84
<p>You can also check if you are properly receiving form-submissions from <ahref="#admin" onclick="spaGoTo('admin');">here</a>.</p>
85
85
</details>
86
86
87
-
<detailsclass="my-2">
87
+
<detailsclass="my-2"open>
88
88
<summary><h3>Pricing</h3></summary>
89
89
This service is free. However, if you find this project useful, <ahref="https://buymeacoffee.com/somajitdey">please consider donating towards its survival</a>.
90
90
No support is too small. Thank you 💚
91
91
<br><br>
92
92
<p>Note that there are a few tradeoffs for availing this service free of cost 😁:</p>
93
93
<ol>
94
-
<li>1-day data retention</li>
95
-
<li>Data retention till first sync; synced data is lost upon page reload</li>
96
-
<li>Only support forms with textual data, of total size less than 10KiB, and POSTed as 'application/x-www-form-urlencoded'</li>
94
+
<li>Form-data is retained in cloud until synced, for a max period of 1-day</li>
95
+
<li>Only supports forms containing textual data, of size less than 10KiB, POSTed as 'application/x-www-form-urlencoded' or 'application/json'</li>
0 commit comments