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

Question

Question

Add Forms Header To Other Form Pages

asked on September 11, 2024

Hello,

I have a form with Save To Repository configured. The Form Data is saved to pdf alright but the pdf gets into several pages as is to be expected However, I need the form header repeated in the other pages

Can anyone please  guide me on how to achieve this if it is possible?

 

Ade

0 0

Replies

replied on September 11, 2024

You'd probably be best to set up your form using pagination, and create a new page for each page break.

2 0
replied on September 13, 2024 Show version history

I am not on the most current version, but on 11.0 that does not repeat the header on each page.  Also, this doesn't guarantee a page break when saving with the modern designer in the older versions either.

I accomplished this by creating "copy" forms, one for each page, and did a save to repository task for each page using the data from the previous steps. Then I used a workflow to combine them together. 

If there is a more efficient way to do this, I'm all ears!

0 0
replied on September 18, 2024 Show version history

I've been playing around with this a bit, and came up with this: 

(on Cloud, using the modern designer)

1.form-info {position: fixed;}
2.form-title, .form-description {padding-left: 150px;}
3.form-pagination {padding-top: 75px;}
4#q0, #q43 {margin-top: 75px;}

.form-info {position: fixed;} - Anchors the logo, form title & description to each page. If you just want the logo, use .form-logo.

.form-title, .form-description {padding-left: 150px;} - Moves the title & description to beside the logo, otherwise it will sit below. Adjust the padding as needed.

.form-pagination {padding-top: 75px;} - Moves the pagination page select buttons down to below the logo. Adjust the padding as needed.

#q0, #q43 {margin-top: 75px;} - Moves the fields on each new pagination page down. Adjust the numbers to reflect the field ID for each new page, and adjust the padding as needed. 

I also checked "Add page breaks to saved forms".

Hope this helps! It's not perfect by any means, but it's something.

0 0
replied on September 23, 2024

Than so much Sarah for this. I have not tried it yet but I just wanted to ask if this classes will work in the on-prem version?

 

0 0
replied on September 23, 2024

I'm sorry but I'm not sure, I'm on Cloud and don't have access to on-prem to test!

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

Sign in to reply to this post.