I saw the same issue I'm having here:
https://www.chronoengine.com/forums/posts/f2/t101134/custom-code-and-email.html?hilit=custom+field+not+showing
I'm not sure why the custom code content and the container content is not being sent in the email. This is the output:
Attached is a screenshot of the form.
https://www.chronoengine.com/forums/posts/f2/t101134/custom-code-and-email.html?hilit=custom+field+not+showing
I'm not sure why the custom code content and the container content is not being sent in the email. This is the output:
Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => test_form
[event] => submit
[Your_Name] => John Brown
[address] => Test
[Comments] => test
[Submit] => Submit
[Your-Message] =>
[ip_address] => .....................
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[6] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:my@emailaddresss.com
[2] => Subject:Test Form
[3] => From name:Test Form
[4] => From email:my@emailaddresss.com
[5] => CC:
[6] => BCC:
[7] => Reply name:John Brown
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tr><td>Test Form</td><td></td></tr>
<tr><td>Your Name:</td><td>John Brown</td></tr>
<tr><td>Address:</td><td>Test</td></tr>
<tr><td>Comments:</td><td>test</td></tr>
<tr><td>Test Upload PDF</td><td></td></tr>
<tr><td>Custom Code</td><td></td></tr>
<tr><td>Test Upload PDF2</td><td></td></tr>
<tr><td>Test Upload Photo:</td><td></td></tr>
</table><br /><br />
)
)
)
Attached is a screenshot of the form.