Hi!
I want to add a page counter to a survey but it isn't working.
I have this css code
.PageNumber::before {
content: "Page " counter(page) " of " counter(pages);
}
Hi!
I want to add a page counter to a survey but it isn't working.
I have this css code
.PageNumber::before {
content: "Page " counter(page) " of " counter(pages);
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.