Hello,
In admin edit, I try to use a value of the field
<?php
$image = $form->data['Honor']['image'];
echo "image = " . $image;
?>
model is Honor and the field text is image with a name of the image in
I have
image=NULL
the value appears correctly in html with {Honor.image}
an idea please?
thanks
chris
In admin edit, I try to use a value of the field
<?php
$image = $form->data['Honor']['image'];
echo "image = " . $image;
?>
model is Honor and the field text is image with a name of the image in
I have
image=NULL
the value appears correctly in html with {Honor.image}
an idea please?
thanks
chris
Hello webcrea,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I use the form data with PHP?
How can I add a User to a User Group?
How can I ask new users for information and not ask logged in users?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I use the form data with PHP?
How can I add a User to a User Group?
How can I ask new users for information and not ask logged in users?
P.S: I'm just an automated service😉
Hi chris,
In CC please use $row instead of $form->data. So I think that it is $row['Honor']['image']
Bob
In CC please use $row instead of $form->data. So I think that it is $row['Honor']['image']
Bob
This topic is locked and no more replies can be posted.