Back in CFv6 we inserted in database all the form answers. At the end, we use to append the id of the inserted record for users reference like this:
In custom html message or email:
{var:save_data1.aid}
save_data1 was the alias for the save data action and represented the dataset in CFv6
But now in CFv7 database storage is a Behaviour and we no longer get an alias to reference the dataset, and no combination of things seem to work.
How can it be done in this new version?
Best regards.
In custom html message or email:
{var:save_data1.aid}
save_data1 was the alias for the save data action and represented the dataset in CFv6
But now in CFv7 database storage is a Behaviour and we no longer get an alias to reference the dataset, and no combination of things seem to work.
How can it be done in this new version?
Best regards.