Hi,
I have a form wherein after submit, the users receive an email with an attached file.
I need info on how to do it.
Thankyou,
Devang<br><br>Post edited by: beadsboy, at: 2007/07/18 10:59
I have a form wherein after submit, the users receive an email with an attached file.
I need info on how to do it.
Thankyou,
Devang<br><br>Post edited by: beadsboy, at: 2007/07/18 10:59
Hi Devang,
At the moment ChronoForms only supports the attachment of uploaded files.
I think you might be able to get round this by putting code into the OnSubmit before field. You'd need to define the $attachements [note spelling] variable with the attachment file path+name (an absolute path, not the url).
Bob
At the moment ChronoForms only supports the attachment of uploaded files.
I think you might be able to get round this by putting code into the OnSubmit before field. You'd need to define the $attachements [note spelling] variable with the attachment file path+name (an absolute path, not the url).
Bob
Hi Devang,
in the on submit before email add this :
Cheers
Max
in the on submit before email add this :
$attachements[] = "your file absolute path here";
Cheers
Max
This topic is locked and no more replies can be posted.