Chrome/Edge linking fields
I have a fillable form that I am working on. A basic miliage form that adds all of the millage from all 6 pages and gives you the total at the bottom of each page. The form works great in adobe reader. But when I open it in chrome page two duplicates onto page 3-6. Any ideas?
I did use simular javascript code to create the last 4 pages.
// Duplicate the current page
createTemplate("t1", pageNum).spawn({nPage: pageNum + 1, bOverlay: false});
removeTemplate("t1");