Spaces:
Sleeping
Sleeping
Update templates/signup.html
Browse files- templates/signup.html +3 -0
templates/signup.html
CHANGED
@@ -76,6 +76,9 @@
|
|
76 |
<form action="/signup" method="POST">
|
77 |
<label for="name">Name:</label>
|
78 |
<input type="text" id="name" name="name" placeholder="Enter your name" required>
|
|
|
|
|
|
|
79 |
|
80 |
<label for="email">Email:</label>
|
81 |
<input type="email" id="email" name="email" placeholder="Enter your email" required>
|
|
|
76 |
<form action="/signup" method="POST">
|
77 |
<label for="name">Name:</label>
|
78 |
<input type="text" id="name" name="name" placeholder="Enter your name" required>
|
79 |
+
|
80 |
+
<label for="phone">Phone:</label>
|
81 |
+
<input type="text" id="phone" name="phone" placeholder="Enter your phone number" required>
|
82 |
|
83 |
<label for="email">Email:</label>
|
84 |
<input type="email" id="email" name="email" placeholder="Enter your email" required>
|