Re: Get value from table row in to costume view marquee behavior="scroll" direction
Reply #1 –
@Andreia $modeldata doesn't exist on the HTML section of a PHPRad project. the variable available in the HTML section is $data. $modeldata is only available on the controller section, which you can use on Page Events.
<?php echo $data['campaign_title']; ?>