We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ec2e commit 232f605Copy full SHA for 232f605
1 file changed
tests/afterform.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <title>Form Submitted</title>
5
+ </head>
6
+ <body>
7
+ <h1>Form Submitted</h1>
8
+ <h2>GET parameters (as JSON):</h2>
9
+ <pre style="white-space: pre-wrap;"></pre>
10
+ <script>document.querySelector("pre").textContent = JSON.stringify(Object.fromEntries(new URLSearchParams(window.location.search)))</script>
11
+</html>
0 commit comments