Skip to content

Commit da42549

Browse files
committed
feat(ui): update contact section heading and form action
- Change heading from "Let’s Keep In Touch" to "Get in Touch" - Update form action to use Formspree for email submissions - Change email input type from text to email for better validation
1 parent 7175bb4 commit da42549

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,12 @@ <h4>Power HTML Template</h4>
447447
<div class="row">
448448
<div class="col-md-12">
449449
<div class="section-heading">
450-
<h2>Let’s Keep In Touch</h2>
450+
<h2>Get in Touch</h2>
451451
</div>
452452
</div>
453453
<div class="col-md-6">
454454

455-
<form id="contact" action="" method="post">
455+
<form id="contact" action="https://formspree.io/f/xeeqdyqp" method="POST">
456456
<div class="row">
457457
<div class="col-md-6">
458458
<fieldset>
@@ -470,7 +470,7 @@ <h2>Let’s Keep In Touch</h2>
470470
<fieldset>
471471
<input
472472
name="email"
473-
type="text"
473+
type="email"
474474
class="form-control"
475475
id="email"
476476
placeholder="Your Email"

0 commit comments

Comments
 (0)