Spaces:
Sleeping
Sleeping
Commit
·
2b88a77
1
Parent(s):
0e5f333
Add system
Browse files
test.html
CHANGED
@@ -284,7 +284,7 @@
|
|
284 |
alert("No feedback to submit!");
|
285 |
return;
|
286 |
}
|
287 |
-
const confirmed = confirm("By submitting feedback, you consent to participate in this study and agree that your responses may be collected for research purposes. Your data will be anonymised and stored securely. Participation is entirely voluntary. If you do not wish to take part, please
|
288 |
if (!confirmed) return;
|
289 |
|
290 |
const pledgeText = document.getElementById("claim").value.trim();
|
|
|
284 |
alert("No feedback to submit!");
|
285 |
return;
|
286 |
}
|
287 |
+
const confirmed = confirm("By submitting feedback, you consent to participate in this study and agree that your responses may be collected for research purposes. Your data will be anonymised and stored securely. Participation is entirely voluntary. If you do not wish to take part, please cancel this submission.");
|
288 |
if (!confirmed) return;
|
289 |
|
290 |
const pledgeText = document.getElementById("claim").value.trim();
|