Hi, Are you trying to add fields from request copy form like in this example item?
http://repository.seafdec.org.ph/handle/10862/1966/restricted-resource?bitstreamId=6527 Adding these fields is not trivial (for me). I think you would have to edit these files: dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/ItemRequestForm.java dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/SendItemRequestAction.java dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/SendItemRequestAction.java You may also have to edit dspace-xmlui/src/main/webapp/i18n/messages.xml if you don't want to hard code the names or titles of your fields. Here's the link to the commit that I applied to our repository: https://github.com/eulereadgbe/DSpace/commit/3298c98e6beaa532a6eebb6e1bd13f096ebdcec6 I also added fields in the feedback form in that commit and also add an option to request a copy for items that don't have full text. Hope this helps. Regards, euler On Sunday, November 6, 2016 at 4:51:39 PM UTC+8, NAUSS Repository wrote: > > i need to add new field on request form dspace 5.5 with Mirage2 .... > please help > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
