Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -280,12 +280,12 @@
|
|
| 280 |
<form action="/submit_interest" method="post" class="interest-form" id="interestForm">
|
| 281 |
<div class="form-group">
|
| 282 |
<label for="user_name">Your Name *</label>
|
| 283 |
-
<input type="text" id="user_name" name="user_name" required placeholder="
|
| 284 |
</div>
|
| 285 |
|
| 286 |
<div class="form-group">
|
| 287 |
<label for="user_email">Email Address *</label>
|
| 288 |
-
<input type="email" id="user_email" name="user_email" required placeholder="
|
| 289 |
</div>
|
| 290 |
|
| 291 |
<div class="form-group">
|
|
|
|
| 280 |
<form action="/submit_interest" method="post" class="interest-form" id="interestForm">
|
| 281 |
<div class="form-group">
|
| 282 |
<label for="user_name">Your Name *</label>
|
| 283 |
+
<input type="text" id="user_name" name="user_name" required placeholder="Arihant Jain">
|
| 284 |
</div>
|
| 285 |
|
| 286 |
<div class="form-group">
|
| 287 |
<label for="user_email">Email Address *</label>
|
| 288 |
+
<input type="email" id="user_email" name="user_email" required placeholder="Arihant@example.com">
|
| 289 |
</div>
|
| 290 |
|
| 291 |
<div class="form-group">
|