Form submission actions - ability to rename XML file export?


#1

I have built a custom form, and applied the submission action to export to XML to a folder. This is working fine, however I cannot figure out how to rename the xml file to a more friendly format.

Has anyone been able to achieve this? Reason being that we will have multiple forms all exporting to the 1 folder, and it would be nice to be able to differentiate where they originated from.

Thank you


#2

Ended up building a solution using xml2js outside of squiz to handle the submission files.

Thank you