Expand my Community achievements bar.

Two properties for one master page?

Avatar

Former Community Member
Hi,



Does someone know, how can I set 2 properties for one master page? E.g. if a page is set "Allow Page Breaks within Content", I will have two pages but I could not put 2 different logos onto these two pages.



Tks for your response.



Lam Tung
1 Reply

Avatar

Former Community Member
Hello,



you can do it with script :

yourForm.pageSet[0].Page1[0].image.href="c:/1.jpg"

yourForm.pageSet[0].Page1[1].image.href="c:/2.jpg"