Hello,
I'm trying to output submitted form details on the page and it works fine but the only problem that I can't find verbose name of the fields. I'm reading information directly from DB and that 's why I'm having fields like: "contacts-email" instead of "Email".
Do you know how can I get verbose field names?
Kind regards,
Dmytro
I'm trying to output submitted form details on the page and it works fine but the only problem that I can't find verbose name of the fields. I'm reading information directly from DB and that 's why I'm having fields like: "contacts-email" instead of "Email".
Do you know how can I get verbose field names?
Kind regards,
Dmytro
Hi Dmytro,
You can use - for example:
Bob
You can use - for example:
<p>Email: {contacts_email}</p>in a Display message action or an Email template.
Bob
Hello, Bob,
Thank you for your response.
But the problem for me is not display inside form itself.
So, what happens for me:
1. I show form to user and he fills in all required information and submits form
2. On absolutely other page I got module that displays this information in a specific order (without using Chronoforms) - I just do a request to chronoforms table to get data and trying to display it.
So, I don't have access to CFv5 tags...
Kind regards,
Dmytro
Thank you for your response.
But the problem for me is not display inside form itself.
So, what happens for me:
1. I show form to user and he fills in all required information and submits form
2. On absolutely other page I got module that displays this information in a specific order (without using Chronoforms) - I just do a request to chronoforms table to get data and trying to display it.
So, I don't have access to CFv5 tags...
Kind regards,
Dmytro
This topic is locked and no more replies can be posted.
