Require authors to fill in background, literature, problem, method, and interests when submitting ideas #72

Merged
niat8586 merged 7 commits from student-idea-form-required-fields into develop 2025-01-17 09:45:28 +01:00
Showing only changes of commit 164271a6e5 - Show all commits

View File

@ -17,7 +17,14 @@
an idea if you couldn't find any suitable supervisor provided ideas. an idea if you couldn't find any suitable supervisor provided ideas.
</div> </div>
<form wicket:id="ideaForm"> <!--
Turn off all client-side validation using novalidate.
All input is validated server-side, and we want to validate it
that way to get nice error messages.
However, we also want to maintain the required/minlength/whatever
attributes on the input fields for accessibility.
-->
<form wicket:id="ideaForm" novalidate>
<div class="mb-3"> <div class="mb-3">
<label class="col-form-label" wicket:for="title">Title</label> <label class="col-form-label" wicket:for="title">Title</label>
<p class="form-text"> <p class="form-text">