|
7 | 7 | <section id="contact-section">
|
8 | 8 | <div class="container">
|
9 | 9 | <div class="block wow fadeInRight" style="text-align: center;">
|
10 |
| - {{ with .Site.Data.contact.image }}<img src="{{ . | absURL }}" alt="contact-image" style="max-width: 100%;display: inline-block;">{{ end }} |
| 10 | + {{ with .Site.Data.contact.image }}<img src="{{ . | absURL }}" alt="contact-image" |
| 11 | + style="max-width: 100%;display: inline-block;">{{ end }} |
11 | 12 | </div>
|
12 | 13 | <div class="row">
|
13 | 14 | <div class="col-md-6 mb-5 mb-md-0">
|
14 | 15 | <div class="block">
|
15 |
| - {{ with .Site.Data.contact.contactFormTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
16 |
| - {{ with .Site.Data.contact.contactFormSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
| 16 | + {{ with .Site.Data.contact.contactFormTitle }}<h2 class="subtitle wow fadeInDown" |
| 17 | + data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
| 18 | + {{ with .Site.Data.contact.contactFormSubtitle }}<p class="subtitle-des wow fadeInDown" |
| 19 | + data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
17 | 20 | <div class="contact-form">
|
18 |
| - <form id="contact-form" method="#" action="#" role="form"> |
| 21 | + <!-- modify this form HTML and place wherever you want your form --> |
| 22 | + <form id="contact-form" action="https://api.staticforms.xyz/submit" method="post"> |
| 23 | + <input type="hidden" name="accessKey" value="d58b5d95-8b27-40e2-bf78-098da83be337"> <!-- Required --> |
19 | 24 |
|
20 | 25 | <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".6s">
|
21 | 26 | <input type="text" placeholder="Your Name" class="form-control" name="name" id="name">
|
|
32 | 37 | <div class="form-group wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.2s">
|
33 | 38 | <textarea rows="6" placeholder="Message" class="form-control" name="message" id="message"></textarea>
|
34 | 39 | </div>
|
35 |
| - |
| 40 | + |
36 | 41 | <div id="success" class="success">
|
37 | 42 | Thank you. The Mailman is on His Way :)
|
38 | 43 | </div>
|
|
41 | 46 | Sorry, don't know what happened. Try later :(
|
42 | 47 | </div>
|
43 | 48 |
|
| 49 | + <!-- <input type="hidden" name="redirectTo" value="https://example.com/contact/success"> --> |
| 50 | + |
44 | 51 | <div id="submit" class="wow fadeInDown" data-wow-duration="500ms" data-wow-delay="1.4s">
|
45 | 52 | <button type="submit" id="contact-submit" class="btn btn-default btn-send hvr-bounce-to-right" value="Send Message">Send Message</button>
|
46 | 53 | </div>
|
|
50 | 57 | </div>
|
51 | 58 | <div class="col-md-6">
|
52 | 59 | <div class="map-area">
|
53 |
| - {{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
54 |
| - {{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
| 60 | + {{ with .Site.Data.contact.mapTitle }}<h2 class="subtitle wow fadeInDown" data-wow-duration="500ms" |
| 61 | + data-wow-delay=".3s">{{ . }}</h2>{{ end }} |
| 62 | + {{ with .Site.Data.contact.mapSubtitle }}<p class="subtitle-des wow fadeInDown" |
| 63 | + data-wow-duration="500ms" data-wow-delay=".5s">{{ . }}</p>{{ end }} |
55 | 64 | <div class="map">
|
56 |
| - <iframe src="https://maps.google.com/maps?q=Lawrence%20Road%2C%202%20Nd%20Floor%20Pushpa%20Market%2C%20Amritsar%2C%20Punjab%20143001&t=&z=13&ie=UTF8&iwloc=&output=embed" |
| 65 | + <iframe |
| 66 | + src="https://maps.google.com/maps?q=Lawrence%20Road%2C%202%20Nd%20Floor%20Pushpa%20Market%2C%20Amritsar%2C%20Punjab%20143001&t=&z=13&ie=UTF8&iwloc=&output=embed" |
57 | 67 | width="100%" height="400" frameborder="0" style="border:0" allowfullscreen></iframe>
|
58 | 68 | </div>
|
59 | 69 | </div>
|
|
0 commit comments