sent email is without data

How to fix a ChronoForms email that sends without form data.

Overview

The issue occurs when the email action is not properly configured in the form's behaviors.
Enable the 'Admin email' action within the form's Behaviors settings to ensure the email is triggered and populated with the submitted data.

Answered
ChronoForms v7
Va Vala33 01 May, 2023
Hello,

my advanced form get all data, but the sent email has only the text without data.
In the action part I made an Email and every data is inserted for example by {data:name}.

This are the results of the debug mode:

Array
(
    [chronoform] => feedback
    [gpage] => end_page
    [vorschlag_anonym] => 0
    [name] => A.B.
    [email] => 
    [klasse] => Klasse 10a
    [vorschlag] => dfsdgsdfsf
    [verbesserungsvorschlag] => dfsdfsdf
    [einstufung_vorschlag] => 4
    [auswahl_Bild] => 644f7fff0bab2
    [06c55bcc31d368ecd798aedaddcb506e] => 9j9uvs50dndjop23rbpo8gno7o
    [reDimCookieHint] => -1
    [444d89a11b5403e88d36022f2efda16c] => 9v2fn8g5krqj1eovrffsmhjnmm
    [Itemid] => 237
    [option] => com_content
    [view] => article
    [id] => 75
    [feedback] => 
    [__cf_token] => 6213b290-9e5a-43d6-82a9-556448e8e3ed
)
Array
(
    [end_page_secicon] => Array
        (
            [_success] => The security image verification was successfull.
            [var] => true
        )

    [end_page_validation] => Array
        (
            [log] => Automatic validation enabled.
            [var] => true
        )

    [end_page_datalog] => Array
        (
            [data] => Array
                (
                    [aid] => NULL
                    [form_id] => 3
                    [uid] => 78e24c11-b33a-41f5-886a-7822b5ca4f81
                    [user_id] => 0
                    [created] => 2023-05-01 09:03:21
                    [modified] => NULL
                    [ipaddress] => 2.200.65.249
                    [page] => 2
                    [data] => {"2":"0","3":"A.B.","4":"","5":"Klasse 10a","6":"dfsdgsdfsf","7":"dfsdfsdf","10":"4","__loops":null}
                )

            [var] => Array
                (
                    [aid] => 12
                    [form_id] => 3
                    [uid] => 78e24c11-b33a-41f5-886a-7822b5ca4f81
                    [user_id] => 0
                    [created] => 2023-05-01 09:03:21
                    [modified] => NULL
                    [ipaddress] => 2.200.65.249
                    [page] => 2
                    [data] => {„2“:“0“,“3“:“A.B.“,“4“:““,“5“:“Klasse 10a","6":"dfsdgsdfsf","7":"dfsdfsdf","10":"4","__loops":null}
                )

        )

)


Where is the mistake?

Thanks,
Anja
Max_admin Max_admin 02 May, 2023
are you sure the email is enabled or is in the correct place ? because no email actions are in the form debug!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Va Vala33 02 May, 2023
in the field_text_name (and the others) ist in Behaviors --> Data --> the point Email.

Is that the correct place?

In the globle settings from the form it is enabled.
Max_admin Max_admin 04 May, 2023
can you post a screenshot of the form settings and the actions area ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Va Vala33 05 May, 2023
I made some sreenshots:

global settings:
sent email is without data image 1

settings form:
sent email is without data image 2

settings textfield
sent email is without data image 3

logfile with the data from the fields:
sent email is without data image 4

the received email:
sent email is without data image 5
Max_admin Max_admin 05 May, 2023
Answer
1 Likes
In the 2nd image, this is the form settings, try to enable the "Admin email" under behaviors, that's where you should setup your email
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.