Hi,
I am a new ChronoForms6 user,
The tool seems to be very cool
but I have a few problems:
1. I can't see the form in the article,
I used {chronoforms6} formname {/ chronoforms6}
I get an error:
"Error, form does not exist or is not published."
2. I have built a new form:
contains two fields:
name
e-mail
the form should send an email with an attached file
the message is not sent, there is no response, nothing happens,
I'm curious where I make a mistake
Request for help.
Regards
I'm using Joomla 3.9.18
ChronoForms6 validate 90days
I am a new ChronoForms6 user,
The tool seems to be very cool
but I have a few problems:
1. I can't see the form in the article,
I used {chronoforms6} formname {/ chronoforms6}
I get an error:
"Error, form does not exist or is not published."
2. I have built a new form:
contains two fields:
name
the form should send an email with an attached file
the message is not sent, there is no response, nothing happens,
I'm curious where I make a mistake
Request for help.
Regards
I'm using Joomla 3.9.18
ChronoForms6 validate 90days
You might have added the fields to the form, but are you DOING anything with them? In the submit action?
{chronoforms6}form-alias{/chronoforms6} withOUT spaces
Add a Debugger and check the debug data or post it here!
Add a Debugger and check the debug data or post it here!
Hi,
the form in the article is already working🙂
below code:
the form in the article is already working🙂
below code:
Array ( [option] => com_chronoforms6 [cont] => manager [chronoform] => test_email1 [requestChunkSize] => 33554432 [test_start_cookie] => 0.7025078519007752 [joomla_url] => http://bohs.pl/szkolenia/templates/szkolenia/app/index.php?auto_authorization=1&username=&password=&domain=&ver=499&doImportData=1 [joomla_theme] => szkolenia [joomla_ver] => 499 [3915b94db51a5024bbac729dd30f3447] => 3c654353ff633c8b7f59790e6b08c72b [687f68a61ab478dc110330fe1dc99602] => 02934a59728eb1407b82173177e98cce [componentStyle] => blog_5 [componentType] => page )
Array ( [email6] => Array ( [recipients] => Array ( [0] => ra.lewandowski@gmail.com ) [subject] => New ChronoForm email received. load [body] => Dziękuję za wysłanie mejla, wkrótce otrzymasz plik <table width="100%" cellpadding="0" cellspacing="0" border="0" class="" style="border:3px solid #e2e2e2; border-collapse:separate; border-radius:7px;"> <tr><td width="100%" style="padding:5px; border-bottom:1px solid #e2e2e2;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr style="background-color:#fafafb"> <td style="padding:7px;"><strong>Podaj imię</strong></td> </tr> <tr> <td style="padding:7px;"></td> </tr> </table> </td></tr> <tr><td width="100%" style="padding:5px; border-bottom:1px solid #e2e2e2;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr style="background-color:#fafafb"> <td style="padding:7px;"><strong>Podaj adres email</strong></td> </tr> <tr> <td style="padding:7px;"></td> </tr> </table> </td></tr></table> [files] => Array ( [0] => /public_html/bobyk/szkolenia/ebook/free/Home Staging wersja darmowa ebook.pdf ) [from_name] => test forum From name [from_email] => ra.lewandowski@gmail.com [reply_name] => test forum Reply name [reply_email] => test forum Reply email [result] => the Mail could not be sent. [var] => ) )
You have an attachment file with spaces in the name, and your reply email is not correct, maybe this is causing the email to fail!
Hi,
I can't solve this topic
I created a form in which you have to enter your name and email,
I want a message with an attached file to be sent to the e-mail address provided,
how should I put individual elements to make it work?
file name I shortened,
email is valid
I can't solve this topic
I created a form in which you have to enter your name and email,
I want a message with an attached file to be sent to the e-mail address provided,
how should I put individual elements to make it work?
file name I shortened,
email is valid
Clear the reply settings and the attachment, does the email work ?
Hi,
Thank you for your answer,
is better
information about sending the form comes to me, but does not reach the e-mail from the form,
What do I have to do to sent the e-mail and file delivered?
Thank you for your answer,
is better
information about sending the form comes to me, but does not reach the e-mail from the form,
What do I have to do to sent the e-mail and file delivered?
You should put a debug after the email action or just turn on debug and post here what you have, including a screenshot of your email action
Array ( [option] => com_chronoforms6 [cont] => manager [chronoform] => test_email1 [event] => submit [tvout] => view [load-form] => Array ( [counter] => 0 ) [_counter] => 0 [text1] => rafa [text2] => lion.lewandowski@gmail.com [687f68a61ab478dc110330fe1dc99602] => 43d00b5a3bcfe262f1e5009fda608b23 )
Array ( [submit_validate_fields] => Array ( [log] => Automatic validation enabled. [var] => 1 ) [email8] => Array ( [recipients] => Array ( [0] => ra.lewandowski@gmail.com ) [subject] => New ChronoForm email received. [body] => Hello Body, body <table width="100%" cellpadding="0" cellspacing="0" border="0" class="" style="border:3px solid #e2e2e2; border-collapse:separate; border-radius:7px;"> <tr><td width="100%" style="padding:5px; border-bottom:1px solid #e2e2e2;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr style="background-color:#fafafb"> <td style="padding:7px;"><strong>Podaj imię</strong></td> </tr> <tr> <td style="padding:7px;">rafa</td> </tr> </table> </td></tr> <tr><td width="100%" style="padding:5px; border-bottom:1px solid #e2e2e2;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr style="background-color:#fafafb"> <td style="padding:7px;"><strong>Podaj adres email</strong></td> </tr> <tr> <td style="padding:7px;">lion.lewandowski@gmail.com</td> </tr> </table> </td></tr></table><table width="100%" cellpadding="0" cellspacing="0" border="0" class="" style="border:3px solid #e2e2e2; border-collapse:separate; border-radius:7px;"> <tr><td width="100%" style="padding:5px; border-bottom:1px solid #e2e2e2;"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr style="background-color:#fafafb"> <td style="padding:7px;"><strong>mejl ze strony</strong></td> </tr> <tr> <td style="padding:7px;"></td> </tr> </table> </td></tr></table> [result] => the Mail sent successfully. [var] => 1 ) [save_datalog] => Array ( [data] => Array ( [aid] => [form_id] => 1 [uid] => 747bd431-968b-4289-a119-4d6ad112b9e4 [user_id] => 554 [created] => 2020-05-19 00:24:31 [modified] => [ipaddress] => 78.154.75.109 [page] => submit [data] => {"text1":"rafa","text2":"lion.lewandowski@gmail.com"} ) [_success] => Data saved successfully [log] => Array ( [0] => INSERT INTO `jos3v_chronoengine_forms6_datalog` (`aid`, `form_id`, `uid`, `user_id`, `created`, `modified`, `ipaddress`, `page`, `data`) values ('', '1', '747bd431-968b-4289-a119-4d6ad112b9e4', '554', '2020-05-19 00:24:31', '', '78.154.75.109', 'submit', '{"text1":"rafa","text2":"lion.lewandowski@gmail.com"}') ON DUPLICATE KEY UPDATE `aid` = '',`form_id` = '1',`uid` = '747bd431-968b-4289-a119-4d6ad112b9e4',`user_id` = '554',`created` = '2020-05-19 00:24:31',`modified` = '',`ipaddress` = '78.154.75.109',`page` = 'submit',`data` = '{"text1":"rafa","text2":"lion.lewandowski@gmail.com"}'; ) [var] => Array ( [aid] => 41 [form_id] => 1 [uid] => 747bd431-968b-4289-a119-4d6ad112b9e4 [user_id] => 554 [created] => 2020-05-19 00:24:31 [modified] => [ipaddress] => 78.154.75.109 [page] => submit [data] => {"text1":"rafa","text2":"lion.lewandowski@gmail.com"} ) ) )
Array ( [option] => com_chronoforms6 [cont] => manager [chronoform] => test_email1 [687f68a61ab478dc110330fe1dc99602] => 43d00b5a3bcfe262f1e5009fda608b23 )
Array ( )
OK so what file are you trying to send because I don't see anything there
Also only seeing one email, no attempt to send any other email
The email is now sent, so either the file or the "Reply" is causing the problem, you should try them and find which one is causing this!
Yes, the email is now reaching my inbox,
my question is what should I do so that the email with the file reaches the person who completes the form, i.e. from the field: Enter email address
?
my question is what should I do so that the email with the file reaches the person who completes the form, i.e. from the field: Enter email address
?
{data:name_of_email_address_field_in_your_form}
...... you should put it in the recipient field.
sorry, not work,
I using
{data:name_of_email_address_field_in_your_form}
{data:name_of_email_address_field_text2}
{data:name_of_email_address_text2}
I using
{data:name_of_email_address_field_in_your_form}
{data:name_of_email_address_field_text2}
{data:name_of_email_address_text2}

And is that the name of the field, as in that's what you have in the "name" field? Screenshot that too
Not the black label, that's for when using {view:
You need the name field, which is what it's called in the form data. Next to the id field.
You need the name field, which is what it's called in the form data. Next to the id field.
Right then yes {data:text2} since that's what you named it for some reason.
What does the debug say now
What does the debug say now
now it's ok, THANK YOU !
I changed the field names,
I still have to attach the file to the message,
where and how should I enter the file location?
The file is on the server where the form is.
I changed the field names,
I still have to attach the file to the message,
where and how should I enter the file location?
The file is on the server where the form is.
does it work when you remove the reply name/email ?
but it works once you remove the file ?
I'm not sure, Joomla mail does not like something about your file or the file path!
hmmm, I wonder what's wrong in the path file?
certainly leads to the location of the file
certainly leads to the location of the file
your path starts with "/public_html/", I think that is a wrong path!
This topic is locked and no more replies can be posted.