Permalink
Cannot retrieve contributors at this time
--- | |
layout: cover | |
lang: en | |
title: "Contact" | |
description: "You can get in touch with the Poppy community for more information: via the forums, the contact form, or social networks" | |
permalink: /en/contact/ | |
role: contact | |
in_nav: false | |
published: true | |
cover_title: "You have a question about the Poppy project or Poppy robots?" | |
cover_size: small | |
--- | |
<div class="row"> | |
<div class="large-9 columns large-centered"> | |
<h2 class="tc">Where to find answers?</h2> | |
<p class="tc"> | |
You can check the <a href="http://docs.poppy-project.org/en/getting-started/"><em>Getting started</em></a> section of the documentation or search the <a href="https://forum.poppy-project.org/">forum</a>. | |
</p> | |
<p class="tc"> | |
If you cannot find the answer, feel free to start a new topic! | |
</p> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="large-9 columns large-centered tc"> | |
<a href="https://forum.poppy-project.org/" class="button success large">Start a new topic</a> | |
</div> | |
</div> | |
{% include separator.html %} | |
<div class="row"> | |
<div class="large-9 columns large-centered"> | |
<h2 class="tc">Contact</h2> | |
<p class="tc"> | |
You can also reach the members of the Poppy project by email. | |
</p> | |
<form action="https://formspree.io/{{ site.data.social.email }}" method="post" class="columns"> | |
<input type="text" name="_gotcha" class="nodisp"> | |
<input type="text" name="_format" value="plain" class="nodisp"> | |
<input type="hidden" name="_subject" value="New message from Poppy contact form"> | |
<input type="hidden" name="_next" value="{{ site.baseurl }}/{{ page.lang }}/contact/thank-you"> | |
<label> | |
Name | |
<input type="text" name="name"> | |
</label> | |
<label> | |
<input type="email" name="email"> | |
</label> | |
<label> | |
Your message | |
<textarea name="message" rows="5"></textarea> | |
</label> | |
<button type="submit" class="button">Send a message</button> | |
</form> | |
</div> | |
</div> |