Hello Max,
How can I access a field within the table (output) using PHP?
$this-get("table.field")
I don't see any debug output either.
This topic is locked and no more replies can be posted.
The issue is using an incorrect syntax to retrieve a field value from a table row.
To access the field, use the correct PHP syntax within the form's code. For a field named FIELD, use the specified method to get the value from the current row.
Hello Max,
How can I access a field within the table (output) using PHP?
$this-get("table.field")
I don't see any debug output either.