We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab682b commit 756db06Copy full SHA for 756db06
form
@@ -0,0 +1,21 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Simple Form</title>
7
+</head>
8
+<body>
9
+
10
+<form action="https://eoi3laskzfgj2ht.m.pipedream.net/" method="post">
11
+ <label for="name">Name:</label><br>
12
+ <input type="text" id="name" name="name" required><br>
13
14
+ <label for="email">Email:</label><br>
15
+ <input type="email" id="email" name="email" required><br>
16
17
+ <input type="submit" value="Submit">
18
+</form>
19
20
+</body>
21
+</html>
0 commit comments