I noticed in the database that there's a column for "Picture"..  Is this enabled somehow?
 
To avoid digging too deeply I just tried to create a custom form field and when testing it and attaching the file I get the following error:
A critical error has occurred.
Could  not find a part of the path  'E:\inetpub\vhosts\freebrideguide.com\httpdocs\DesktopModules\Smith.Directory\Images\ce0d.jpg'.
 
The actual path is "SmithDirectory" not "Smith.Directory" so could that be it there? Somewhere in the code it's looking for *\Smith.Directory instead of *\SmithDirectory
 
There was no image path either.. so I created one manually.
 
Also even if this worked the picture wouldn't be at the top b efore the other info.. (IE: Normal business logo position)
 
So the real question would be.. did I miss something in the code somewhere to enable the picture area? Is it a simple insert into the ascx files?
 
Thank you!!
 
Patrick