CHv6 trouble with file upload

How to fix form data not populating in a custom ChronoForms v6 email body.

Overview

The issue occurs when using field IDs instead of field names in the email body template.
Ensure you use the correct field names, not IDs, in the {data:} tags within the email body settings.

Answered
ChronoForms v6
st steverahks 01 Jul, 2017
I am having trouble making a custom email body for my form. I am using the latest version of Joomla and CFv6.

Here is the form as i have it now . . . the data does not populate. The text saying what data should be there is formatted correctly and displays fine.

I have verified that all the field id's are correct.

What am I missing?
<table width="735" border="0">
  <tbody>
    <tr>
      <td width="257" style="text-align: right"><strong>CONTACT INFORMATION</strong></td>
      <td width="468" style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right">Full Name:</td>
      <td style="text-align: left">{data:name_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">Phone:</td>
      <td style="text-align: left">{data:phone_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">E-mail:</td>
      <td style="text-align: left">{data:email_id}</td>
    </tr>
    <tr>
      <td style="text-align: right"> </td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right"><strong>ORIGINATION</strong></td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right">Address:</td>
      <td style="text-align: left">{data:address_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">City:</td>
      <td style="text-align: left">{data:city_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">State:</td>
      <td style="text-align: left">{data:state_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">Zip:</td>
      <td style="text-align: left">{data:zip_id}</td>
    </tr>
    <tr>
      <td style="text-align: right"> </td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right"><strong>DESTINATION</strong></td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right">Address:</td>
      <td style="text-align: left">{data:address_destination_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">City:</td>
      <td style="text-align: left">{data:city_destination_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">State:</td>
      <td style="text-align: left">{data:state_destination_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">Zip:</td>
      <td style="text-align: left">{data:zip_destination_id}</td>
    </tr>
    <tr>
      <td style="text-align: right"> </td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right"><strong>CARGO DESCRIPTION</strong></td>
      <td style="text-align: left"> </td>
    </tr>
    <tr>
      <td style="text-align: right">Comments:</td>
      <td style="text-align: left">{data:description_id}</td>
    </tr>
    <tr>
      <td style="text-align: right">File Upload:</td>
      <td style="text-align: left">{data:file34[]_id}</td>
    </tr>
  </tbody>
</table>
st steverahks 01 Jul, 2017
Sorry, the tag is incorrect. This is for Chronoforms v6 not connectivity. Is there a way to correct the tag after posting . . . I can't find it.

The issue is valid, it is for a form using Chronoforms v6.
Max_admin Max_admin 02 Jul, 2017
1 Likes
Hi tjhaas,

The code you posted is in the email "Body" box ? and do the form fields names match the names used in the {data:} tags ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
st steverahks 02 Jul, 2017
Answer
Yes it is in the "Body Box" And NO . . . I used the id instead of the name. 😶

It is working just fine now.

Thanks
Gr GreyHead 02 Jul, 2017
Hi tjhaas,

I found that I can fix the tag :-)

Bob
This topic is locked and no more replies can be posted.