Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nima-maghooli authored Apr 20, 2024
1 parent f3d4549 commit af105e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -897,17 +897,17 @@ <h4>Open Hours</h4>
</div>

<div class="col-lg-8 mt-5 mt-lg-0">
<form id="myform" name="myform" accept-charset="utf-8" method="post" enctype=multipart/form-data required>
<form id="myform" name="myform" accept-charset="utf-8" method="post" enctype=multipart/form-data>
<fieldset id="fs-frm-inputs">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="full-name" placeholder="Your Name" required="required">
<input type="text" name="name" class="form-control" id="full-name" placeholder="Your Name" required="">
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" name="_replyto" class="form-control" id="email-address" placeholder="Your Email" required="">
</div>
<div class="form-group mt-3">
<input type="telephone" name="telephone" class="form-control" id="telephone" placeholder="Subject" required>
<input type="telephone" name="telephone" class="form-control" id="telephone" placeholder="Subject" required="">
</div>
<div class="form-group mt-3">
<textarea rows="6" name="complaint" class="form-control" id="complaint" placeholder="Message" required=""></textarea>
Expand All @@ -918,7 +918,7 @@ <h4>Open Hours</h4>
<input type="file" class="form-control-file" id="file_upload" name="file_upload">
</div>
<p> </p>
<div class="g-recaptcha" data-sitekey="6Ldv170pAAAAAL6a34dWnfhJ9ulT8BrwRPBl12eT" data-callback="correctCaptcha"></div>
<div class="g-recaptcha" data-sitekey="6Ldv170pAAAAAL6a34dWnfhJ9ulT8BrwRPBl12eT" data-callback="correctCaptcha" required=""></div>
<input type="hidden" name="_subject" id="email-subject" value="Complaint Form Submission">
</fieldset>
<p> </p>
Expand Down

0 comments on commit af105e4

Please sign in to comment.