You are viewing limited content. For full access, please sign in.

Question

Question

Forms Start link thumbnail or style?

asked on March 24, 2014

 Hello Everyone

 

The LF Forms have a thumbnail that is attached to the link that launches the form.  The thumbnail visual representation of the actual form.  

 

My client wants either to remove the thumbnail and just leave the Form's name or be able to change the image with their company logo.

 

How can I do this?

 

Thanks

 

 

0 0

Answers

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

0 0
SELECTED ANSWER
replied on April 1, 2014

Hi Farzali,

 

I recommend to save the logo somewhere and put use its url as src (similar as logo used in Theme page), eg. http://www.laserfiche.com/img/laserfiche_logo_JPG.jpg

 

When user upgrade Forms, the image will stay.

 

Best wishes,

Abby

0 0

Replies

replied on March 24, 2014

Hello Abby

 

Well the customer perfered either to have company Logo or if not possible just to have the One line name.  I think it was just a personal preference, I said I will look into.

 

Ok.  I can change the Logo, that is great.  Do I need to save the logo in a particular folder?   Could you give me an example?

 

Thanks

0 0
SELECTED ANSWER
replied on April 1, 2014

Hi Farzali,

 

I recommend to save the logo somewhere and put use its url as src (similar as logo used in Theme page), eg. http://www.laserfiche.com/img/laserfiche_logo_JPG.jpg

 

When user upgrade Forms, the image will stay.

 

Best wishes,

Abby

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.