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 19, 2024
1 parent bc0614b commit ebb8e24
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -902,16 +902,16 @@ <h4>Open Hours</h4>
<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>
<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 or Telephone Number" required>
<input type="email" name="_replyto" class="form-control" id="email-address" placeholder="Your Email or Telephone Number" 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>
<textarea rows="6" name="complaint" class="form-control" id="complaint" placeholder="Message" required=""></textarea>
</div>
<div class="form-group">
<p> </p>
Expand All @@ -927,7 +927,6 @@ <h4>Open Hours</h4>

<!--<script src='https://www.google.com/recaptcha/api.js?hl=en'>-->
<script src="https://www.google.com/recaptcha/api.js?explicit&hl=en"></script>

<script id="ratufa_loader" src="https://www.ratufa.io/c/ld.js?f=fi90d3ey&n=n1.ratufa.io"></script>

<!--<form id="fs-frm" name="complaint-form" accept-charset="utf-8" action="https://formspree.io/f/xgegreka" method="post" enctype=multipart/form-data>
Expand Down

0 comments on commit ebb8e24

Please sign in to comment.