Hi, I'm facing an issue trying to generate a PFD document with Chronoforms 6.
I'm trying to print a random number in the form but it is not showed the portion of the code is
I would like to know if we can do this kind of things allowed with Chronoforms 5.
Thank you in advance
I'm trying to print a random number in the form but it is not showed the portion of the code is
... html ....it seems that the php code is ignored and nothing is echoed in the output pdf.
<tr><td>Nro:
<?php
$d=mt_rand(1, 999999999);
echo $d ;
?>
</td>
...html....
I would like to know if we can do this kind of things allowed with Chronoforms 5.
Thank you in advance