Hi to all.. And compliments for V6 in chronoforms and chronoconnectivity.
I need a little advice.
I build a simple form with a dropdown menu (id: sel_catalogue) and a submit button.
The dropdown is a single select with 2 option:
file_1.pdf=FILE 1
file_2.pdf=FILE 2
I would like use this form to guide and trace the user in downloading some file from server.
So, in SETUP SECTION -> SUBMIT AREA a put a EMAIL Action.
In attachment list, i try to insert images/CAST/CATAL/{data:sel_catalogue}
But the dubugger tell me that email could not be sent with the following error:
But if i set, in the atachment list, the path without parameter images/CAST/CATAL/file_1.pdf, the mail is sent and delivered correctly.
It's my mistake??
Sorry for my english
LUCA
I need a little advice.
I build a simple form with a dropdown menu (id: sel_catalogue) and a submit button.
The dropdown is a single select with 2 option:
I would like use this form to guide and trace the user in downloading some file from server.
So, in SETUP SECTION -> SUBMIT AREA a put a EMAIL Action.
In attachment list, i try to insert images/CAST/CATAL/{data:sel_catalogue}
But the dubugger tell me that email could not be sent with the following error:
Array ( [chronoform] => CAST_DES_DOWNLOAD_CATALOGUE [event] => submit [sel_catalogue] => file_1.pdf [button2] => )
Array ( [email5] => Array ( [recipients] => Array ( [0] => glc@xxxxxxxxx.com ) [subject] => Catalogo [body] => Ciao. <table width="100%" cellpadding="0" cellspacing="0" border="0" class="ui table"><tr><td width="30%" valign="top" align="right">Dropdown</td><td width="70%" valign="top" align="left"><strong>sca.pdf</strong></td></tr><tr><td width="30%" valign="top" align="right">File</td><td width="70%" valign="top" align="left"><strong></strong></td></tr></table> [files] => Array ( [0] => images/CAST/CATAL/file_1.pdf ) [from_name] => METALDIVISION [from_email] => postmaster@xxxxxxxxx.com [result] => the Mail could not be sent. [var] => ) )
But if i set, in the atachment list, the path without parameter images/CAST/CATAL/file_1.pdf, the mail is sent and delivered correctly.
Array ( [chronoform] => CAST_DES_DOWNLOAD_CATALOGUE [event] => submit [sel_catalogue] => file_1.pdf [button2] => )
Array ( [email5] => Array ( [recipients] => Array ( [0] => glc@xxxxxxxxxxxx.com ) [subject] => Catalogo [body] => Ciao. <table width="100%" cellpadding="0" cellspacing="0" border="0" class="ui table"><tr><td width="30%" valign="top" align="right">Dropdown</td><td width="70%" valign="top" align="left"><strong>sca.pdf</strong></td></tr><tr><td width="30%" valign="top" align="right">File</td><td width="70%" valign="top" align="left"><strong></strong></td></tr></table> [files] => Array ( [0] => images/CAST/CATAL/file_1.pdf ) [from_name] => METALDIVISION [from_email] => postmaster@xxxxxxxxx.com [result] => the Mail sent successfully. [var] => 1 ) )
It's my mistake??
Sorry for my english
LUCA