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
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
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
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
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
This topic is locked and no more replies can be posted.
