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

Question

Question

Forms collection save a separate page

asked on January 18, 2018

I am creating an expense reimbursement form. Our employees can have multiple expenses per expense form, but would like, if possible, to have the form saved with the employee details and only one collection section per page. 

0 0

Replies

replied on January 18, 2018

Hi Laura,

For the saved form, did you mean the printed form/downloaded form/form being saved to repository?

If so, you could try using custom CSS to split the pages like this:

(q1 is the id of the collection)

#q1 div.form-q {
	page-break-before: always;
}

 

1 0
replied on January 19, 2018

Yes, looking for the printed version. Could this also add the Name and other fields from the top section?

 

0 0
replied on January 21, 2018

I don't think that is possible; instead, can you try adding a custom HTML field inside the collection and put information inside?

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

Sign in to reply to this post.