retrieve field's value in php

Retrieve a field's value in PHP within a CF code list.

Overview

The issue is needing to access a specific field's data to apply conditional formatting, like changing a row's color based on its value.
Use the provided array structure to access the field value directly in your PHP condition.

Answered
mi mic0672 26 Aug, 2014
Answer
Hi,
I have to insert a condition in the body of a chronoconnectivity code list . The record needs to change color depending on the value of a field. How can I retrieve the field's value in php?
thanks
Michele
Max_admin Max_admin 26 Aug, 2014
2 Likes
Please try this:
$row["Model"]["field"]


Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mi mic0672 26 Aug, 2014
Perfect, it works!
thank you very much
This topic is locked and no more replies can be posted.