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