I have a form that I need to insert a picture into the form. The picture is actually a decision tree used by staff to decide what needs to happen with a case. See below:
Question
Question
Replies
- In the visual tab of the Custom HTML area, click the image button.
- Select the image to upload.
The image will be uploaded but may be displayed quite large. To automatically adjust the image to fit your form do the following:
- Click Advanced in the Custom HTML area, and in CSS class enter customImage
- Go to CSS and Javascript and add the following to CSS:
.customImage img{width:100%}
Now if you save and preview the form the image will be automatically adjusted to fit the form's width.
Thanks so much for you answer that works perfectly in preview mode!!! However, I do have one other problem that is stumping me. When I go to preview mode and ask it to print the document it will not print the complete document any ideas what might be causing this?
The better way to print a form is to submit a form, go to your completed tasks list, then use the print button from the toolbar. Or, you can include a thank you page with the form showing and a print button there to download a copy of the form.
The built-in print functionality tells the browser how to print the full form instead of just what the browser can see.
Thanks that did it!
This was exactly what I was looking for, but it looks like there is no option to add a picture in V11 unfortunately. Just putting this here in case some kind soul at Laserfiche wanted to take a look at adding this feature back :)
Use a custom HTML field and insert the picture in there.
I tried to drop the picture in an HTML field and it came out with just the words all run together. Just so you know I know nothing about coding, HTML or Java. I am a DSS Director not IT so if you could indicate how to do that I would appreciate.
OK so now when I start the process and complete it, I am sending it to my email to print by it comes out like below taking with 1.5 inch side margins and 2.5 in margins top and bottom???
In Forms settings in the toolbar of the form designer, you can control the form width. See if you can make that wider to fill the page.
(Also, if you want to follow up about this new issue further, please file a separate post with an appropriate title so other users can easily find it)
Sorry didn't mean to cause a problem. I just feel like it is somehow related to the picture setting described above. But I will ask a new question. Thanks!