1. The upload field does not allow regex guess i will need to create my own upload field type inheriting from current one and put regex code in there? I need it so that i can allow only uploads of certain extension type thats what the reg ex will be for.
2. When using workflow save as umbraco document, do you need to have a doc type with field aliases that correspond to the form and then contour on submit knows how to map?
If you need to map to a dynamic page (dependand on a dropdown say) for the publish, rather than always publish to a single node, there's a simple workflow that I did to allow you to map the page to publish to to a control in the field (that must contain an umbraco node id):
Regex for upload field
Guys,
2 contour questions,
1. The upload field does not allow regex guess i will need to create my own upload field type inheriting from current one and put regex code in there? I need it so that i can allow only uploads of certain extension type thats what the reg ex will be for.
2. When using workflow save as umbraco document, do you need to have a doc type with field aliases that correspond to the form and then contour on submit knows how to map?
Regards
Ismail
In answer to my questions
1. Created my own field type see http://our.umbraco.org/projects/umbraco-pro/cogworks-cogfilteredupload
2. When you create the workflow item you get mapping (really nice feature high 5 contour u rock!)
Regards
Ismail
If you need to map to a dynamic page (dependand on a dropdown say) for the publish, rather than always publish to a single node, there's a simple workflow that I did to allow you to map the page to publish to to a control in the field (that must contain an umbraco node id):
http://our.umbraco.org/projects/backoffice-extensions/contour-workflow-save-to-page-specified-in-form-field
:)
Is there a version of this that works with Razor?
is working on a reply...