Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Completeing the Input Forms section

...

The License step can be modified by adding a license in a collection's metadata or editing the file at local/local/dspace/config/default.license.

Understanding field types and definitions

Modifying the DSpace submission process

Instructions on modifying the input-form can be found at Alter Submission Input Forms.

...

Add or Remove the Initial Question

The Initial Question is controlled in the file /dspace/config/item-submission.xml

If you wish to change the initial question in for the default Submission process you can skip to step 3, to create a new submission process for a single collection start with step 1.

1. To edit the Initial Question for a single collection you will need to create a new <name-map> at the start of the document that include the handle of the collection and a new submission name. Image Added
2. The easiest way to create a new submission process is to copy the entire existing traditional <submission-process> tag and change the name to match your submission name. Image Added

3. In the <submission-process> tag you should see a comment and the tags for the first Initial Question step.

Image Added
If you are removing the initial question comment out this step tag by adding "<!- ->" around it.

4. Uncomment the Skip Initial Question step located just below the original <step> Image Added
5. Save your changes, reload item-submission.xml and restart DSpace.

Editing Input Forms

A detailed pdf tutorial on editing Input Forms is at Modifying_inputforms.pdf.  More information is also available on the wiki under Alter Submission Input Formsor from the PowerPoint presentation Inputforms.ppt

The linked resources will provide the best guides to editing your Input Form.  Input Forms are controlled by the file /dspace/config/input-form.xml which is divided into the three parts described below.

Form Maps

As with the Submission Map above, the Form Map links the input-forms you create with the community or collection you want the form to apply to. Image Added

Field Types of Definitions

Each metadata field in the Submission Process is defined in the <field> tag in input-forms.xml

Value Pairs

Turn on or off the Creative Commons License

Edits the License

Reference Materials:

The DSpace Course

...