Hello!
I have one code that was working on older versions of chronoforms
but now, in newest version i get just this:
Your registration with number tablerow['jos_chronoforms_data_YABLENAME']->cf_id;?> is sent.
Is there another variable instead of $MyForm->tablerow?
Thanks!
I have one code that was working on older versions of chronoforms
<?php echo "Number ".$MyForm->tablerow['jos_chronoforms_TABLENAME']->cf_id;?>
but now, in newest version i get just this:
Your registration with number tablerow['jos_chronoforms_data_YABLENAME']->cf_id;?> is sent.
Is there another variable instead of $MyForm->tablerow?
Thanks!
I`ve got it!
Now i can use {chronoform_data_cf_id} instead of php!
Thanks!
Now i can use {chronoform_data_cf_id} instead of php!
Thanks!
Hi,
Actually it should be:
Regards,
Max
Actually it should be:
{chronoform_data.cf_id}
😉Regards,
Max
This topic is locked and no more replies can be posted.