hello everybody, I'd like to know the following things about Chronoforms, maybe you can help me:- if I update my version (5.0.14), will my data (tables with records) be kept? I want to be sure about not loosing them;-
i have found some matters at adding attachments on the email action. I
don't need to use data taken through the form, I just want to send pdf
file saved on joomla 3.x. I have used FAQs and internet guides, but no
working solutions. The custom code that I have used is put in the "on
submit" section in "setup", as follow:[pre]<?php
$path = JPATH_SITE.'/components/com_chronoforms5/uploads/folder/';
$form->files['object_name_put_in_attachment_box']['path'] = $path.'real_name_of_PDF_file.pdf';
?>
[/pre]
and in the attachment email box i have put:
object_name_put_in_attachment_box
[br]Considering that email is working in any case, if I try to add this attachment, no attachment is sent. Can you help me?[br]Thank you for the time spent and hoping to find a way to resolve this matter.[br][br]
i have found some matters at adding attachments on the email action. I
don't need to use data taken through the form, I just want to send pdf
file saved on joomla 3.x. I have used FAQs and internet guides, but no
working solutions. The custom code that I have used is put in the "on
submit" section in "setup", as follow:[pre]<?php
$path = JPATH_SITE.'/components/com_chronoforms5/uploads/folder/';
$form->files['object_name_put_in_attachment_box']['path'] = $path.'real_name_of_PDF_file.pdf';
?>
[/pre]
and in the attachment email box i have put:
object_name_put_in_attachment_box
[br]Considering that email is working in any case, if I try to add this attachment, no attachment is sent. Can you help me?[br]Thank you for the time spent and hoping to find a way to resolve this matter.[br][br]