Skip to content

Commit

Permalink
Update contact.md
Browse files Browse the repository at this point in the history
added upload file!
  • Loading branch information
bhattbhavesh91 authored Aug 12, 2024
1 parent 91af73c commit 4dfb929
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to have a chat with me regarding work opportunities, or paid collabo
Please free to drop a mail for Product unboxing, GPU's unboxing and any other collaboration
-->

<form action="https://formspree.io/f/mjvppzjq" method="POST">
<form action="https://formspree.io/f/mjvppzjq" method="POST" enctype="multipart/form-data">
<label>
Your name:
<input type="text" name="_name" required />
Expand All @@ -29,6 +29,10 @@ Please free to drop a mail for Product unboxing, GPU's unboxing and any other co
Your message:
<textarea name="message" required></textarea>
</label>

<label for="file">Upload a File:</label>
<input type="file" name="file" id="file">

<button type="submit">Send</button>
</form>

Expand Down

0 comments on commit 4dfb929

Please sign in to comment.