Enable Page Links

gemseeker 11 Feb, 2013
How can I:

1)Display links to form pages (Page 1, 2, 3, etc.) across the bottom of the form?
2) Replace "1,2,3,etc" with the actual names of the pages?

Thanks.
GreyHead 12 Feb, 2013
Hi gemseeker,

The simplest way is probably just to use a Custom Element element in the Preview box with a series of links in it.

Bob
gemseeker 13 Feb, 2013
This works for my situation, thanks. However, the list is currently Vertical. I've tried using <ul><li> with "display:inline" to get it Horizontal without success.

Any suggestions?

Thanks.
GreyHead 13 Feb, 2013
Hi gemseeker,

User <span>s instead?

Or see here for example.

Bob
gemseeker 15 Feb, 2013
Problem Solved using <ul><li> with "display-inline". This works fine for my needs, however is there a way to write the code once and have it appear on each page vs. copying and pasting onto each page?

Thanks.
GreyHead 15 Feb, 2013
Hi gemseeker,

Usually CSS will do it, sometimes with the help of a little JavaScript to apply it in the right place.

Bob
gemseeker 15 Feb, 2013
Thanks. I'll give it a try.
This topic is locked and no more replies can be posted.