small pixel drawing of a pufferfish nshc-form

Adjust fields per nshc feedback
j3s j3s@c3f.net
Thu, 11 Jun 2020 12:52:28 -0500
commit

c146b1698d90ec31b86a962476ae78d1ad17b004

parent

de1173736678b142844432a0950b8962c05222da

2 files changed, 7 insertions(+), 2 deletions(-)

jump to
M main.gomain.go

@@ -20,7 +20,8 @@ switch r.Method {

case "GET": render(w, "templates/form.html", nil) case "POST": - body := "> If you're a medic, did you or your medic buddy do something that made you uncomfortable?\r\n\r\n" + r.PostFormValue("question1") + + body := "> If you're a medic, did you, your medic buddy, or someone else you were working with do something that made you feel uncomfortable?\r\n\r\n" + r.PostFormValue("question1") + + "\r\n\r\n> Did anyone from the Northstar core, intake or dispatch teams do anything that made you feel uncomfortable?\r\n\r\n" + r.PostFormValue("question8") + "\r\n\r\n> Are there things you would like to see Northstar do differently to better care for, and support our communities?\r\n\r\n" + r.PostFormValue("question2") + "\r\n\r\n> Have you had an encounter with a medic that made you feel uncomfortable or disrespected?\r\n\r\n" + r.PostFormValue("question3") + "\r\n\r\n> Do you want us to follow up with a specific person re: accountability?\r\n\r\n" + r.PostFormValue("question4") +
M templates/form.htmltemplates/form.html

@@ -455,8 +455,12 @@ <p>North Star Health Collective is one of many groups using the name ‘medic’ in the Twin Cities in the last week.    We endeavor to be accountable to our community.    This information will be used to start conversations with the persons involved if we are able to identify them and to hold medics operating as part of NSHC to the agreements and protocols discussed in the vetting process.</p>

<p>This form is anonymous and you do not have to leave us any identifying information. If you would like us to follow up with you, please feel free to leave contact information. If you don't want to do that, please leave it blank.</p> <form action="/" method="POST" novalidate> <div> - <p><label>If you're a medic, did you or your medic buddy do something that made you uncomfortable?</label></p> + <p><label>If you're a medic, did you, your medic buddy, or someone else you were working with do something that made you feel uncomfortable?</label></p> <p><textarea placeholder="Please describe to the best of your ability. Our goal is not to repeat the work of the carceral state, but to help hold each other accountability and support deep reflection and change in all the medics we are working with in the field." name="question1"></textarea></p> + </div> + <div> + <p><label>Did anyone from the Northstar core, intake or dispatch teams do anything that made you feel uncomfortable?</label></p> + <p><textarea name="question8"></textarea></p> </div> <div> <p><label>Are there things you would like to see Northstar do differently to better care for, and support our communities?</label></p>