Skip to content

Commit

Permalink
Step 1: Adding filepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Jul 27, 2023
1 parent fdcb92a commit f1d8780
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/contact.tsx
Expand Up @@ -38,6 +38,11 @@ function Contact() {
<FormLabel htmlFor="message">Message</FormLabel>
<InputText id="message" name="message" type="text" />
</FormRow>

<FormRow className="mb-5">
<FormLabel htmlFor="image">Image</FormLabel>
<input id="image" type="file" name="image" />
</FormRow>
<Button>Submit</Button>
</form>

Expand Down

0 comments on commit f1d8780

Please sign in to comment.