Skip to content

Commit

Permalink
Enable auto-fill for form email subjects and auto-response
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaA08 committed Apr 25, 2024
1 parent d7e44d9 commit fe6d089
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ <h5 class="card-title">Prototyping</h5>
<!-- Contact section -->
<section id="contact">
<h1>Contact</h1>
<form action="https://formsubmit.co/isha_afzaal8@outlook.com" method="POST">
<form action="https://formsubmit.co/93a6ec111dae020f26e4cf87f5609d53" method="POST">
<h5>Get In Touch</h5>
<!-- Name input -->
<div class="row">
Expand Down Expand Up @@ -613,9 +613,12 @@ <h5>Get In Touch</h5>
<label class="form-label" for="formMessage">Message</label>
</div>

<!-- Auto-fill subject line -->
<input type="hidden" name="_subject" value="New submission!">

<!-- Auto response -->
<input type="hidden" name="_autoresponse"
value="Thank you for reaching out! I will get back to you promptly">
value="Hi, thanks for reaching out! I will get back to you at the earliest time convenient">

<!-- Submit button -->
<button type="submit" class="btn btn-primary btn-block mb-4">Send</button>
Expand Down

0 comments on commit fe6d089

Please sign in to comment.