Jul 21st, 2011, 10:08 AM
Hi freedev,
Good question! Unfortunately, the short answer is no. I developed the script - most notably the Export Manager and Email Templates - to be highly customizable, so you could certainly do what you need with a little coding. But that, of course, requires programming knowledge.
But if you *are* familiar with programming or have a programmer handy, I'd recommend taking a look at the Submission Pre-Parser module. That lets you create and execute arbitrary code on the incoming submission data. So you could examine the contents of those fields that you want to tot up, and add them to the POST request to be added to your form.
http://modules.formtools.org/submission_pre_parser/
Sorry I couldn't be more help.
- Ben
Good question! Unfortunately, the short answer is no. I developed the script - most notably the Export Manager and Email Templates - to be highly customizable, so you could certainly do what you need with a little coding. But that, of course, requires programming knowledge.
But if you *are* familiar with programming or have a programmer handy, I'd recommend taking a look at the Submission Pre-Parser module. That lets you create and execute arbitrary code on the incoming submission data. So you could examine the contents of those fields that you want to tot up, and add them to the POST request to be added to your form.
http://modules.formtools.org/submission_pre_parser/
Sorry I couldn't be more help.
- Ben