CC5 is not rendering PHP in Table Dispaly

Render PHP code in a ChronoForms table display.

Overview

The issue occurs when there is an incorrect space in the PHP opening tag.
Ensure the PHP opening tag is written correctly without any spaces.

Answered
Zi Zid 19 Jun, 2014
In CC5, if I put any php code in the header/footer section of the table display, that code is not rendered. I put in a simple

<?php
echo "Hello World";
?>


in the field and nothing showed up. Plain text and html seem to be rendering.
Zi Zid 19 Jun, 2014
Answer
actually, disregard this. Used a <?php instead of <? php, and things panned out. Dur.
This topic is locked and no more replies can be posted.