Inspiring
February 22, 2024
Answered
Automatic update of page numbering after pages are spawned
- February 22, 2024
- 2 replies
- 1892 views
Hi there,
I have read a thread on how to do this but on my test version the same number is populating the page number text field on all pages.
event.target.value = this.pageNum+1 + " / " + this.numPages; is in the custom calculation for the page number text field
and on the spawn page button on page 2 calculateNow() is on the last piece of javascript.
Any ideas why this won't be working?
Many thanks in advance,
Steve
