PHP Output Value Displaying in Incorrect Locations

Ask your questions here.
Post Reply
WildShark78
Posts: 7
Joined: 01 May 2024, 18:00
Name: Garrett Popovich
Location: US US

PHP Output Value Displaying in Incorrect Locations

Post by WildShark78 »

I have several PHP Fields that are displaying outputs in random places in the item view. I have no custom CSS or JS that would change the configurations...

Trying to figure out how to prevent this as it is also occurring on the reports that get generated.
Attachments
Screenshot 2024-05-06 at 7.47.38 PM.png
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: PHP Output Value Displaying in Incorrect Locations

Post by support »

See documentation https://docs.rukovoditel.net/index.php?p=104
you have to use

Code: Select all

$output_value = 'My Value';
not echo command
Post Reply