Hi,
is searched the forum, but didn´t find a solution:
is there a way to use the XLS Export Action without database and write the form input data directly?
if not, is there a way pass my own array to the XLS Export Action?
Something like this:
Custom Code field:
XLS Export Action
Data Path: $myarray ( Is this right?)
Fields list: field1,field2
Any hint would be great!
Thanks for your help,
Thorsten
is searched the forum, but didn´t find a solution:
is there a way to use the XLS Export Action without database and write the form input data directly?
if not, is there a way pass my own array to the XLS Export Action?
Something like this:
Custom Code field:
var $myarray = array('field1' => 'Content1', 'field2 =>'content2');
XLS Export Action
Data Path: $myarray ( Is this right?)
Fields list: field1,field2
Any hint would be great!
Thanks for your help,
Thorsten