Forums

[SOLVED] Email with cf_created and cf_modified

assospiz 13 Jan, 2014
Hi to all,
we tried a post that talks about this topic but we are not able to find anything.

We have a form (app default) which send an email after Submit.
To insert the "cf_created" value in the email we use
{chronoform_data.cf_created}

Then we have another form (app chronoconnectivity) to modify the data in table and send a new email with the new data entered, but the code {chronoform_data.cf_created} or {chronoform_data.cf_modified} doesn't work anymore.
What is the right way to place "cf_created" or "cf_modified" data in the email after chronoconnectivity?

The form (app chronoconnectivity) have just Show HTML action in On Load and Email action in On Submit.

Thanks
Regards
Assospiz
GreyHead 13 Jan, 2014
Hi Assospiz,

How are you loading the data into the second ChronoConnectivity App form? If it's coming from the database table - using a DB Record Loader for example, then the data will be there but probably not in the chronoform_data sub_array. Try adding a Debugger action to the form On Load event to see what data you have.

Bob
assospiz 13 Jan, 2014
Ah ok,
we are really amateurs :-)
In fact, it was enough to recall cf_created in the edit form of the table to have the data available to the new email
thanks GreyHead
This topic is locked and no more replies can be posted.