Skip to content

Commit

Permalink
feat: update contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesk committed Aug 4, 2024
1 parent ca3f271 commit b6cf52b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,21 +560,21 @@ <h2 class="trans-content si">ඔබට ප්‍රශ්න තිබේද?</h
<div class="contact-form">
<!-- form -->
<form method="post" id="dow-contact" role="form" onSubmit="window.submitGoogleForm(this);"
action="https://docs.google.com/forms/d/1z8epCnhgSqcS7-qQDz0jggQEGP5t4Jof7pruIPW0W9I/formResponse">
action="https://docs.google.com/forms/d/e/1FAIpQLScMESA8AvGMJZB9Sfwpwh6KSJy9dDdpFMUgRHSYBrQqguGSIQ/formResponse">
<!-- name -->
<p>
<input type="text" placeholder="Name" name="entry.842494675" id="name">
<input type="email" placeholder="Email" name="entry.1838818462" id="email">
<input type="text" placeholder="Name" name="entry.1499955644" id="name">
<input type="email" placeholder="Email" name="entry.1789531687" id="email">
</p>
<!-- end name -->
<!-- phone number -->
<p>
<input type="tel" placeholder="Phone" name="entry.2035665660" id="phone">
<input type="text" placeholder="Subject" name="entry.1469256439" id="subject">
<input type="tel" placeholder="Phone" name="entry.1413867874" id="phone">
<input type="text" placeholder="Subject" name="entry.845313766" id="subject">
</p>
<!-- end phone number -->
<!-- message -->
<p><textarea name="entry.1308286529" id="message" cols="30" rows="10" placeholder="Message"></textarea>
<p><textarea name="entry.988902361" id="message" cols="30" rows="10" placeholder="Message"></textarea>
</p>
<!-- end message -->
<input type="hidden" name="token" value="FsWga4&@f6aw" />
Expand Down

0 comments on commit b6cf52b

Please sign in to comment.