Skip to content

Commit

Permalink
add a name to the textarea tell us about your needs
Browse files Browse the repository at this point in the history
  • Loading branch information
mouatezbenariba authored Apr 3, 2022
1 parent 1a0a717 commit 78622f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ <h2>Request A Discount</h2>
<input type="text" name="name" placeholder="Your Name">
<input type="email" name="email" placeholder="Your Email">
<input type="tel" placeholder="Your Phone">
<textarea name="" id="" cols="30" rows="10" placeholder="Tell Us About Your Needs"></textarea>
<textarea name="needs" cols="30" rows="10" placeholder="Tell Us About Your Needs"></textarea>
<input type="submit" name="send" value="Send">
</form>
</div>
Expand Down

0 comments on commit 78622f9

Please sign in to comment.