Modify dialog field value after submit
Hi All,
We are trying to achieve multifield dialog using TouchUI dialog where there will be two fields say Title and Link, which are part of multifield.
We would like to store these two values as <titlevalue>:<linkvalue> againist a property under appropriate content node after submission.
Example:
I have two dialog fields, say Title (with name as ./title) and Link (with name as ./link). Under normal dialog submission, the values will be stored in title and link properties. But i would like to get them stored under new property 'titleandlink' with its value as <titlevalue>:<linkvalue> where titlevalue and linkvalue are the values entered in the dialog.
Can you please advise me how to achieve this?
Thanks,
Veera