hi any one help me out
Im using chronoform to insert data, auto mail, in my mail i need to print id (like user related id cf_id), plz explan me how to retrive data from data base, explan me in details.
Thank you
Im using chronoform to insert data, auto mail, in my mail i need to print id (like user related id cf_id), plz explan me how to retrive data from data base, explan me in details.
Thank you
Hi anu24365,
Is this user data - like the user name, user id? Or is it data from a ChronoForms table?
If it's user data then you can use code like:
Bob
Is this user data - like the user name, user id? Or is it data from a ChronoForms table?
If it's user data then you can use code like:
<?php
global $my;
echo "Name = ".$my->name;
?>
If it's from another database table then you'll need a little SQL to extract it.
Bob
This topic is locked and no more replies can be posted.