Skip to content

Commit

Permalink
server addition to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
pothangelli123 authored May 4, 2024
1 parent 42934c8 commit 49ea02b
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 @@ -1030,7 +1030,7 @@ <h2 class="h2 article-title">Contact</h2>

<h3 class="h3 form-title">Contact Form</h3>

<form action="#" class="form" data-form>
<form action="/" class="form" data-form method="post">

<div class="input-wrapper">
<input type="text" name="fullname" class="form-input" placeholder="Full name" required data-form-input>
Expand Down

0 comments on commit 49ea02b

Please sign in to comment.