Skip to content

Commit

Permalink
feat(website): Use the camptocamp.com contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi authored Aug 22, 2024
1 parent 59fb64b commit 37a1530
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions website/layouts/contact/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@
<div class="container">
<div class="row">
<div class="col-lg-7 mb-4 mb-lg-0">
<form class="kwes-form" action="{{ site.Params.contact_form_action | safeURL }}" method="POST">
<input type="text" class="form-control mb-3" id="name" name="name" placeholder="{{ i18n "yourname" }}">
<input type="email" class="form-control mb-3" id="mail" name="mail" placeholder="{{ i18n "youremail" }}">
<input type="text" class="form-control mb-3" id="subject" name="subject" placeholder="{{ i18n "subject" }}">
<textarea name="message" id="message" class="form-control mb-3" placeholder="{{ i18n "yourmessage" }}"></textarea>
<button type="submit" value="send" class="btn btn-primary">{{ i18n "sendnow" }}</button>
</form>
<a href="https://camptocamp.com/locations">Contact us for a demo</a>
</div>

<div class="col-lg-5 content">
{{ .Content }}
</div>
Expand All @@ -25,4 +18,4 @@

<!-- /call to action -->

{{ end }}
{{ end }}

0 comments on commit 37a1530

Please sign in to comment.