From fddda89ef6fdaf76517b2bb220795d75d0eff7ab Mon Sep 17 00:00:00 2001
From: Tobias Huste <t.huste@hzdr.de>
Date: Thu, 17 Jun 2021 11:14:26 +0200
Subject: [PATCH] Rephrase the consulting bit a page to make the scope of the
 form clearer

Also create a quick start box at the beginning of the page.
---
 _includes/contact_us/mini-form.html |  6 ++----
 services/software/consulting.html   | 15 ++++++++++++---
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/_includes/contact_us/mini-form.html b/_includes/contact_us/mini-form.html
index 64c3ad984..a12c14d14 100644
--- a/_includes/contact_us/mini-form.html
+++ b/_includes/contact_us/mini-form.html
@@ -1,6 +1,4 @@
 <span class="team-card-mini">
-    <a href="https://survey.pt-dlr.de/index.php?r=survey/index&sid=958212&lang=en&newtest=Y">
-        <i class="far fa-envelope"></i>
-        <span class="name">Request a Consultation</span>
-    </a>
+    <a href="https://survey.pt-dlr.de/index.php?r=survey/index&sid=958212&lang=en&newtest=Y"
+        class="btn btn-outline-primary"><i class="fas fa-envelope-open-text"></i> Request a Consultation</a>
 </span>
diff --git a/services/software/consulting.html b/services/software/consulting.html
index 1d6f2bc67..271a34770 100644
--- a/services/software/consulting.html
+++ b/services/software/consulting.html
@@ -10,6 +10,14 @@ excerpt: >-
     as a service to research groups under the Helmholtz umbrella.
 ---
 
+<div class="alert alert-primary">
+    <h2 class="alert-heading">TL;DR: Answer a few questions to request a Consultation</h2>
+    <p>In order to reduce the amount of emails we need to send forth and back, we kindly
+        ask you to fill out a few questions to request a consultation.
+    </p>
+    {% include contact_us/mini-form.html %}
+</div>
+
 <p>
     HIFIS offers free-of-charge consulting as a service
     to research groups under the Helmholtz umbrella.
@@ -105,11 +113,12 @@ excerpt: >-
 
 <p>
     You can request a new consultation by using the link below.
-    Alternatively, if you want to discuss using other services that the HIFIS team offers, feel free to email
-    <a href="mailto:{{site.contact_mail}}">{{site.contact_mail}}</a>
-    directly.
 </p>
 
 <p id="consultation-request-form">
     {% include contact_us/mini-form.html %}
 </p>
+
+<p>
+    If anything goes wrong during the process, feel free to <a href="mailto:{{site.contact_mail}}">email us</a> directly.
+</p>
\ No newline at end of file
-- 
GitLab