APPROVED ANSWER
replied on March 24, 2014
Hi Farzali,
Can you tell me the reason that client prefers to remove the current thumbnail?
Forms doesn't have this feature to turn on and off thumbnail in 9.1.1. If you want to customize the Start page look, you need to modify the cshtml, which will be overwritten when upgrade.
File: Laserfiche Forms\Forms\Views\Home\Available_processes.cshtml
Line 66: <img ng-src="{{bp.processes[0].startModes[0].thumbnail}}" alt="..." style="max-width:280px; max-height:280px; margin:auto"/>
Change: Replace {{bp.processes[0].startModes[0].thumbnail}} with company logo (size 280px * 280px)
Best wishes,
Abby