ChronoForms6 - a few questions

raffe 12 May, 2020
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
healyhatman 12 May, 2020
You might have added the fields to the form, but are you DOING anything with them? In the submit action?
raffe 12 May, 2020
yes, I do, I added an e-mail to the action
Max_admin 13 May, 2020
{chronoforms6}form-alias{/chronoforms6} withOUT spaces

Add a Debugger and check the debug data or post it here!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 13 May, 2020
Hi,
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] => 
        )

)
Max_admin 14 May, 2020
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!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 16 May, 2020
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
Max_admin 17 May, 2020
Clear the reply settings and the attachment, does the email work ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 17 May, 2020
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?
raffe 18 May, 2020
Hi,
can anyone help me with this topic or should I create a new topic?
healyhatman 18 May, 2020
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
raffe 19 May, 2020
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
(
)
healyhatman 19 May, 2020
OK so what file are you trying to send because I don't see anything there
healyhatman 19 May, 2020
Also only seeing one email, no attempt to send any other email
Max_admin 19 May, 2020
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!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 19 May, 2020
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
?
healyhatman 19 May, 2020
{data:name_of_email_address_field_in_your_form}
raffe 19 May, 2020
I will check it, thank you
raffe 20 May, 2020
in which field should I put it?
I checked in several but with no effect
healyhatman 20 May, 2020
...... you should put it in the recipient field.
raffe 20 May, 2020
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}

ChronoForms6 - a few questions image 1
healyhatman 21 May, 2020
And is that the name of the field, as in that's what you have in the "name" field? Screenshot that too
raffe 21 May, 2020
I would like to understand that, that's why I ask you so

ChronoForms6 - a few questions image 2
healyhatman 21 May, 2020
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.
raffe 21 May, 2020
where is data field?
healyhatman 21 May, 2020
Right then yes {data:text2} since that's what you named it for some reason.

What does the debug say now
raffe 21 May, 2020
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.
raffe 21 May, 2020
what is wrong?

ChronoForms6 - a few questions image 4
Max_admin 21 May, 2020
does it work when you remove the reply name/email ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 21 May, 2020
removed,
did not work ..
Max_admin 22 May, 2020
but it works once you remove the file ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 22 May, 2020
yes, it works after deleting the file
raffe 22 May, 2020
how should the link to the file be given? maybe I'm making a mistake here
Max_admin 23 May, 2020
I'm not sure, Joomla mail does not like something about your file or the file path!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
raffe 23 May, 2020
hmmm, I wonder what's wrong in the path file?
certainly leads to the location of the file
Max_admin 19 Jun, 2020
your path starts with "/public_html/", I think that is a wrong path!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.