Issue
On the "Requests" form the "intended use" options need to be updated to match Aeon's list:
- Broadcast
- Commercial/For-profit
- Documentary
- Educational/Non-profit
- ILL
- Other
- Personal Use
- Personal/Non-profit
- Press/Journalism/Public Relations
- Print Publication
- Social Media
Example

Code location
|
<select class="fa-request-reproductions-input" id="fa-service-level" name="ServiceLevel"> |
|
<option>Select one</option> |
|
<option value="Commercial/For-profit">Commercial/For-profit</option> |
|
<option value="Educational/Non-profit">Educational/Non-profit</option> |
|
<option value="For Publication">For Publication</option> |
|
<option value="Other">Other</option> |
|
<option value="Press/Journalism/Public Relations">Press/Journalism/Public Relations</option> |
|
<option value="Social Media">Social Media</option> |
|
</select> |
Issue
On the "Requests" form the "intended use" options need to be updated to match Aeon's list:
Example

Code location
findingaid/app/Views/Findingaid/requests.mustache
Lines 45 to 53 in 0a88a25