Mapping multiple fields to single field in Save as Umbraco
Is there a way to map the combination of two fields (field A + field B) on a Contour for to a single field in an Umbraco document using the workflow parameter, "save as umbraco document"
You could try doing something front-end to populate the value of a hidden field - essentially using Javascript to perform the combination client-side before submitting the form. You could then use the value from the hidden field to write to a property in a document. Never tried it but don't see why it wouldn't work.
Mapping multiple fields to single field in Save as Umbraco
Is there a way to map the combination of two fields (field A + field B) on a Contour for to a single field in an Umbraco document using the workflow parameter, "save as umbraco document"
Hi,
You could try doing something front-end to populate the value of a hidden field - essentially using Javascript to perform the combination client-side before submitting the form. You could then use the value from the hidden field to write to a property in a document. Never tried it but don't see why it wouldn't work.
is working on a reply...