I'm creating a multipage document using cfdocument (created using dynamic text so could have any number of pages even one).
I can use <cfdocumentitem type="footer"> to add a footer to every page, but is there any way I can only add a footer to just the last page of the document?
Thanks.