Hi,
I have found the name of the field in the database.
$ iframe = isset ($ this-> wpl_properties [‘current’] [‘materials’] [‘field_3009’] [‘value’])? $ this-> wpl_properties [‘current’] [‘materials’] [‘field_3009’] [‘value’]: ”;
Solved
Thank you very much for the response.
I still can not see the value. The name of the variable created is “Iframe” in “basic details”. I do this:
$iframe = isset($this->wpl_properties[‘current’][‘materials’][‘Iframe’][‘value’]) ? $this->wpl_properties[‘current’][‘materials’][‘Iframe’][‘value’] : ”;
echo $iframe;
But I don’t print anything. What am i doing wrong?
Thank you