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

Question

Question

Upload a image as a hyperlink on Form

asked on January 12, 2021 Show version history

I have a Fuel unit table that I would like to input as a part of linked text underneath a field. Does Forms support this? If so, any assistance would be greatly appreciated.

 

P.S.

I know I can use the Custom HTML field and input the image but I was thinking of using code similar to "A href" in the below field text line for this field. 

0 0

Answer

SELECTED ANSWER
replied on January 12, 2021

Store the image on your LFForms server.

C:\Program Files\Laserfiche\Laserfiche Forms\Forms\img\

You can make a subfolder (i.e. "Links") and put the image there to keep things organized

Then, if your image path is:

C:\Program Files\Laserfiche\Laserfiche Forms\Forms\img\Links\myimage.jpg

You can access it via custom HTML elements in LFForms with a path link this:

http://{servername}/forms/img/Links/myimage.jpg

I've done this to use images on lots of HTML items: img tags, a tags, input tags, etc.

3 0
replied on January 13, 2021

Thank you Matthew that is exactly what I was trying to accomplish. 

1 0
replied on January 13, 2021

Fantastic!  So glad to help.

1 0

Replies

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

Sign in to reply to this post.