Is there anyway to repeat the form title on all the pages? We need to have the company logo on every page for legal reasons and it seems like that would be the easiest way to solve that problem kinda like a header in Word. If this can be done, I would like to make a feature request.
Question
Question
Answer
What I pretty much did, was add an html and insert a picture in it. And I used the code below. So you would use the field id above your html with the picture in the code.
#q144 {page-break-after: always;}
I hope this helps!
Replies
Hi there,
You can achieve this through the Custom Template with a specified logo if you are ok with the image version of the company name. You can apply this Custom Template to every form you are working on.
Hello Abby,
I am using fake "pagination" on my forms and I have page breaks as well. The form title isn't on all the pages.
I see, maybe you can adjust your fake pagination javascript to make the top section display in all pages.
Yes, that is what I want. I am just not sure how to accomplish that, or where to even start. The title shows as you move through the form and the pagination. Its only when you try to print or send to laserfiche.
Abby, I just saved a copy of my logo and created an html to paste at each page break. Thanks
Can you post your code? I need assistance with having Form Title if there is a page break.
What I pretty much did, was add an html and insert a picture in it. And I used the code below. So you would use the field id above your html with the picture in the code.
#q144 {page-break-after: always;}
I hope this helps!
That helps...
Just wish repeat was a feature option