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:
Where is the mistake?
Thanks,
Anja
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
are you sure the email is enabled or is in the correct place ? because no email actions are in the form debug!
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.
Is that the correct place?
In the globle settings from the form it is enabled.
can you post a screenshot of the form settings and the actions area ?
I made some sreenshots:
global settings:
settings form:
settings textfield
logfile with the data from the fields:
the received email:
global settings:

settings form:

settings textfield

logfile with the data from the fields:

the received email:

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
You need to login to be able to post a reply.