Files
chill.social/content/en/contact.md

46 lines
1.2 KiB
Markdown

---
title: "Contact us"
layout: "simple"
contactForm:
title: "Contact form"
developers:
title: "Talk to the developers"
description: "There is a room on the Matrix messaging network where you can talk to the Chill developers."
linkDescription: "To join it, click the link below:"
linkLabel: "#chill-social-admin:matrix.org"
linkUrl: "https://matrix.to/#/#chill-social-admin:matrix.org"
qrLabel: "or scan the QR code:"
qrImg: "/images/chill-admin.png"
fields:
- name: "subject"
label: "Subject"
type: "select"
required: true
options:
- value: "demo"
label: "Request a demo"
- value: "quote"
label: "Request a quote"
- value: "training"
label: "Training"
- value: "support"
label: "Technical support"
- value: "other"
label: "Other"
- name: "email"
label: "Email address"
type: "email"
required: true
- name: "message"
label: "Your message"
type: "textarea"
required: true
hint: "You may find the answer to your question in our [FAQ](/en/resources/faq)"
button:
label: "Send the message"
color: "primary"
size: "md"
---
{{< contact-form >}}