Hi there
I am using Joomla 2.5.6, Chronoforms 4 v3.4.1
I have created a large, tabbed form which posts successfully.
On Submit I have custom code in which I generate and save a word doc with the form data. I generate a unique name for this file when I create it and I save it to one of the site folders. This saves successfully. I assign the newly generated file's name to a php session variable.
I wish to use the Email GH core action to then send this file. I have used Email GH successfully to attach the cv that has been uploaded during the form submit. I can upload the now existing created word file if I type in the full address and file name.
In the Email GH action, in it's General tab, in the File Attachments field I'd like to use the php session variable to address the new word doc so it can be attached.
I can use the format {filename} to attach an uploaded file, {#path#...etc} to attach an existing file. Can I use a php variable here? Or do you know of a better way that I can approach this problem?
Thanks for your superb extension and thanks for any help you can send my way
Kaejai
I am using Joomla 2.5.6, Chronoforms 4 v3.4.1
I have created a large, tabbed form which posts successfully.
On Submit I have custom code in which I generate and save a word doc with the form data. I generate a unique name for this file when I create it and I save it to one of the site folders. This saves successfully. I assign the newly generated file's name to a php session variable.
I wish to use the Email GH core action to then send this file. I have used Email GH successfully to attach the cv that has been uploaded during the form submit. I can upload the now existing created word file if I type in the full address and file name.
In the Email GH action, in it's General tab, in the File Attachments field I'd like to use the php session variable to address the new word doc so it can be attached.
I can use the format {filename} to attach an uploaded file, {#path#...etc} to attach an existing file. Can I use a php variable here? Or do you know of a better way that I can approach this problem?
Thanks for your superb extension and thanks for any help you can send my way
Kaejai