Just a simple site to publish surveys. Nothing fancy, mostly done because I need it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
survey-site/views/survey/submit.html

28 lines
937 B

<h1>Verify Your Answers</h1>
<p>Please verify your answers are what you would like to say on this survey.</p>
<grid style="font-size: 1.1em; grid-template-columns: 1fr 60px; gap: 10px;">
<label for="q1">Question 1: Do you like HTML?</label>
<span>YES</span>
<label for="q2">Tilde tacos mlkshk bell hooks. Selvage deep v jawn, akerman breathwork direct trade etsy blackbird spyplane danish modern woke.</label>
<span>YES</span>
<label for="q3">Question 1: Do you like HTML?</label>
<span>YES</span>
<label for="q4">Question 1: Do you like HTML?</label>
<span>NO</span>
<label for="q5">Question 1: Do you like HTML?</label>
<span>YES</span>
<label for="q6">Question 1: Do you like HTML?</label>
<span>YES</span>
</grid>
<button-group>
<button type="button"><a href="/survey/">Change My Answers</a></button>
<button type="button"><a href="/survey/finalize">Submit My Answers</a></button>
</button-group>