... |
... |
@@ -1,7 +1,8 @@ |
1 |
1 |
{{html clean="false"}} |
2 |
2 |
<h3>Submit an Incident</h3> |
3 |
3 |
<form method="post" action="/bin/save/Help/Applications/Anti%20White%20Incidents/WebHome"> |
4 |
|
- <input type="hidden" name="xpage" value="plain"> |
|
4 |
+ <input type="hidden" name="xredirect" value="/bin/view/Help/Applications/Anti%20White%20Incidents/WebHome"> |
|
5 |
+ <input type="hidden" name="form_token" value="$services.csrf.token"> |
5 |
5 |
<input type="hidden" name="className" value="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass"> |
6 |
6 |
<input type="hidden" name="classId" value="0"> |
7 |
7 |
|
... |
... |
@@ -17,12 +17,14 @@ |
17 |
17 |
|
18 |
18 |
<div class="form-group"> |
19 |
19 |
<label>Source URL</label> |
20 |
|
- <input type="url" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_url" class="form-control"> |
|
21 |
+ <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_url" class="form-control"> |
|
22 |
+ <small class="form-text text-muted">Enter full URL including https://</small> |
21 |
21 |
</div> |
22 |
22 |
|
23 |
23 |
<div class="form-group"> |
24 |
24 |
<label>Image URL</label> |
25 |
|
- <input type="url" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_image" class="form-control"> |
|
27 |
+ <input type="text" name="Help.Applications.Anti White Incidents.Code.AntiWhiteIncidentsClass_0_image" class="form-control"> |
|
28 |
+ <small class="form-text text-muted">Enter full URL to image including https://</small> |
26 |
26 |
</div> |
27 |
27 |
|
28 |
28 |
<div class="form-group"> |