-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d6b4c6
commit d286754
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -896,15 +896,19 @@ <h4>Location</h4> | |
|
||
<form id="fs-frm" name="complaint-form" accept-charset="utf-8" action="https://formspree.io/f/xgegreka" method="post" enctype=multipart/form-data> | ||
<fieldset id="fs-frm-inputs"> | ||
<label for="full-name">Your Name</label> | ||
<!--<label for="full-name">Your Name</label> | ||
<input type="text" name="name" id="full-name" placeholder="Nima Maghooli" required=""> | ||
<label for="email-address">Your Email or Telephone Number (Optional)</label> | ||
<input type="email" name="_replyto" id="email-address" placeholder="[email protected]"> | ||
<label for="telephone">Subject</label> | ||
<input type="telephone" name="telephone" id="telephone" placeholder="(+98) 937-635-6611" required=""> | ||
<!--<input type="file" name="attachment">--> | ||
<input type="file" name="attachment"> | ||
<label for="complaint">Message</label> | ||
<textarea rows="6" name="complaint" id="complaint" placeholder="I would like to talk about a project! When shall we have a meeting?" required=""></textarea> | ||
<textarea rows="6" name="complaint" id="complaint" placeholder="I would like to talk about a project! When shall we have a meeting?" required=""></textarea>--> | ||
<input type="text" name="name" id="full-name" placeholder="Your Name" required=""> | ||
<input type="email" name="_replyto" id="email-address" placeholder="Your Email or Telephone Number (Optional)"> | ||
<input type="telephone" name="telephone" id="telephone" placeholder="Subject" required=""> | ||
<textarea rows="6" name="complaint" id="complaint" placeholder="Message" required=""></textarea> | ||
<div class="g-recaptcha" data-sitekey="6Ldv170pAAAAAL6a34dWnfhJ9ulT8BrwRPBl12eT" data-callback="correctCaptcha"></div> | ||
<input type="hidden" name="_subject" id="email-subject" value="Complaint Form Submission"> | ||
</fieldset> | ||
|