[Solved] How to display simply cf_id in thank you page

skhn123 12 Nov, 2013
Hello Admins & members.🙂

Can anyone tell me how can i just simply display the cf_id and cf_created from database records in thank you page.
i mean when form is submitted. data saved in database then in thank-you page it display the submitted details with CF_ID and CF_CREATED fields
i have attached the database record image for reference.
GreyHead 12 Nov, 2013
Hi skhn123,

ChronoForms adds these to the $form->data array after the DB Save action; if you temporarily add a Debugger action to the form you can see the names of the entries. It will probably be like ['chronoform_data']['cf_id'] so you can use {chronoform_data.cf_id} in the Thank You page.

Bob
skhn123 12 Nov, 2013
Thanks bob its simply worked..😀
This topic is locked and no more replies can be posted.