Instead of using the standard layout I am using Custom Code on On Load to display fields from a record. How can you show fields from a record assuming a Model Id called client on DB Load Recorder?
I assumed it would be the same as using with non-custom code like this:-
echo $client[name]
but it doesn't work.
Do you have to prefix wit with the form name or something?
I assumed it would be the same as using with non-custom code like this:-
echo $client[name]
but it doesn't work.
Do you have to prefix wit with the form name or something?