about summary refs log tree commit diff
path: root/qc_app/templates/rqtl2/select-probeset-study-id.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-07 15:28:26 +0300
committerFrederick Muriuki Muriithi2024-02-07 15:28:26 +0300
commit5b63c582c106ac219d16a79a995b0bc2fde6fcf5 (patch)
tree29a665cb314a6e90b844c22b2d703cff517841df /qc_app/templates/rqtl2/select-probeset-study-id.html
parentb59ddf47a8f968e23aae6985986806ad5d704474 (diff)
downloadgn-uploader-5b63c582c106ac219d16a79a995b0bc2fde6fcf5.tar.gz
Set up limits for inputs in UI
Diffstat (limited to 'qc_app/templates/rqtl2/select-probeset-study-id.html')
-rw-r--r--qc_app/templates/rqtl2/select-probeset-study-id.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/qc_app/templates/rqtl2/select-probeset-study-id.html b/qc_app/templates/rqtl2/select-probeset-study-id.html
index 35fe655..3bbb94a 100644
--- a/qc_app/templates/rqtl2/select-probeset-study-id.html
+++ b/qc_app/templates/rqtl2/select-probeset-study-id.html
@@ -111,14 +111,16 @@
     <label for="txt:studyname">Study name</label>
     <input type="text" id="txt:studyname" name="studyname"
 	   placeholder="Name of the study. (Required)"
-	   required="required" />
+	   required="required"
+	   maxlength="100" />
     <span class="form-col-2">Provide a name for the study.</span>
   </fieldset>
 
   <fieldset>
     <label for="txt:studyfullname">Full Study Name</label>
     <input type="text" id="txt:studyfullname" name="studyfullname"
-	   placeholder="Longer name of the study. (Optional)" />
+	   placeholder="Longer name of the study. (Optional)"
+	   maxlength="100" />
     <span class="form-col-2">
       Provide a longer, more descriptive name for the study. This is optional
       and you can leave it blank.
@@ -128,7 +130,8 @@
   <fieldset>
     <label for="txt:studyshortname">Short Study Name</label>
     <input type="text" id="txt:studyshortname" name="studyshortname"
-	   placeholder="Shorter name of the study. (Optional)" />
+	   placeholder="Shorter name of the study. (Optional)"
+	   maxlength="100" />
     <span class="form-col-2">
       Provide a shorter name for the study. This is optional and you can leave
       it blank.