Skip to content

Commit

Permalink
Final feedback form tweaks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Jul 28, 2022
1 parent f3ab031 commit 764d4c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 12 additions & 11 deletions _includes/feedback-form.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<form action="https://formspree.io/f/mgeqwwng" method="POST">

<p><label><strong>What is your primary motivation for having a coaching session like this?</strong></label><br/>
<p><label><strong>What is your primary motivation for having a coaching session like this?<font color="red">*</font></strong></label><br/>
<textarea name="motivation" rows="3" style="width:80%;" required></textarea></p>

<p><label><strong>How did it compare with, for example, a conversation with a workplace manager or mentor?</strong></label><br/>
<p><label><strong>How did it compare with, for example, a conversation with a workplace manager or mentor?<font color="red">*</font></strong></label><br/>
<textarea name="comparison" rows="3" style="width:80%;" required></textarea></p>

<p><label for="sessionReport"><strong>How did you feel about the amount of content in your post-session report?<font color="red">*</font></strong></label><br/>
<select name="sessionReport" id="sessionReport" required>
<option value="" selected="" disabled="">Please select</option>
<option value="1">Too detailed (summarise it more)</option>
<option value="2">About right</option>
<option value="3">I'd like more detail</option>
</select></p>
<p><label><strong>Do you have any specific feedback for how Neil ran the session?</strong></label><br/>
<textarea name="feedback" rows="10" style="width:80%;"></textarea></p>

<p><label for="sessionReport"><strong>How did you feel about the amount of content in your post-session report?<font color="red">*</font></strong></label><br/>
<select name="sessionReport" id="sessionReport" required>
<option value="" selected="" disabled="">Please select</option>
<option value="1">Too detailed (summarise it more)</option>
<option value="2">About right</option>
<option value="3">I'd like more detail</option>
</select></p>

<p><label for="sessionLength"><strong>What do you feel would be the optimal length for a typical session such as this?<font color="red">*</font></strong></label><br/>
<select name="sessionLength" id="sessionLength" required>
Expand Down Expand Up @@ -57,8 +60,6 @@
<option value="6">Ad-hoc / less frequently</option>
</select></p>

<p><label><strong>Do you have any specific feedback for how Neil ran the session?</strong></label><br/>
<textarea name="feedback" rows="10" style="width:80%;"></textarea></p>
<button type="submit">Send feedback</button>
</form>
<br/>
2 changes: 2 additions & 0 deletions feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Thanks for participating in a trial coaching session with Neil! Hopefully you fo

While we work out the finer points of our long-term service plan, we'd appreciate it if you could answer a few simple questions about your experiences with this (and other) coaching services.

Note that while the form is technically anonymous, we're not sending it to that many people, so please assume we know who you are!

{% include feedback-form.html %}

0 comments on commit 764d4c5

Please sign in to comment.