Skip to content

Commit 60c8c26

Browse files
authored
feat(website): Use the camptocamp.com contact page (#1351)
1 parent 59fb64b commit 60c8c26

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

website/layouts/contact/list.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@
55
<div class="container">
66
<div class="row">
77
<div class="col-lg-7 mb-4 mb-lg-0">
8-
<form class="kwes-form" action="{{ site.Params.contact_form_action | safeURL }}" method="POST">
9-
<input type="text" class="form-control mb-3" id="name" name="name" placeholder="{{ i18n "yourname" }}">
10-
<input type="email" class="form-control mb-3" id="mail" name="mail" placeholder="{{ i18n "youremail" }}">
11-
<input type="text" class="form-control mb-3" id="subject" name="subject" placeholder="{{ i18n "subject" }}">
12-
<textarea name="message" id="message" class="form-control mb-3" placeholder="{{ i18n "yourmessage" }}"></textarea>
13-
<button type="submit" value="send" class="btn btn-primary">{{ i18n "sendnow" }}</button>
14-
</form>
8+
<a href="https://camptocamp.com/locations">Contact us for a demo</a>
159
</div>
16-
1710
<div class="col-lg-5 content">
1811
{{ .Content }}
1912
</div>
@@ -25,4 +18,4 @@
2518

2619
<!-- /call to action -->
2720

28-
{{ end }}
21+
{{ end }}

0 commit comments

Comments
 (0)