Hi Mika,

the possibility to submit items without files has been integrated with 
the Customizable Submission System and is now part of trunk.

In order to use different submission forms for different collections you 
must alter the input-forms.xml:

1) create a from in the form definitions sections:

<-- Form Set Definitions -->
<form-definitions>
<form name="traditional">
...
</form>

<form name="YourOwnForm">
...
</form>
</form-definitions>

2) Map this form to the collections it should be applied to:
<form-map>
<name-map collection-handle="default" form-name="traditional" />
<name-map collection-handle="HandleOfTheCollection" 
form-name="YourOwnForm" />
<name-map collection-handle"HandleOfAnotherCollection" 
form-name="YourOwnForm" />
.....
</form-map>


hope that helps

Claudia




Mika Stenberg schrieb:
> Im hoping to use submit forms without having to add file on the item. I 
> remember there was a patch somewhere that would enable this. Could 
> someone point me to it or suggest how to enable this?
> 
> Im also hoping to configure different submission forms for different 
> collections. Hos can I do this?
> 
> Thanks,
> Mika
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to