This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Page Numbers
Started 12 years ago by dreambeats | 5 posts |
-
I don't know if my system is malfunctioning or not but my question is how can I display page numbers on the bottom of the form? I do not want to use the pagination feature that displays the steps or progress up top. But rather just a simple page number at the bottom. In the form designer is displays wonderfully. But not on the actual form.
Posted 12 years ago # -
No, your Machform is not malfunctioning; there's no such feature, the way you describe.
Currently there is only the pagination style you already mentioned.
You could request the page numbering you describe as a feature for an upcoming release though.
Posted 12 years ago # -
I found a work around which works pretty good.
You can emulate the page style by creating a Page Break field and use the following HTML:
<table class="ap_table_pagination" width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td align="left" style="vertical-align: bottom"> </td> <td align="center" style="vertical-align: top" width="75px"> <span id="pagenum_10" name="pagenum_10" class="ap_tp_num">1</span> <span id="pagetotal_10" name="pagetotal_10" class="ap_tp_text">Page 1 of 8</span></td></tr></tbody></table>
Posted 12 years ago # -
Don't you mean Section break? There's nowhere to put that code in the Page break.
{edit} what I mean is that you need the Page Break as normal (and turn off the 'pagination' features so you don't get the progress bar etc) but you also need a section break in which just about "anything" can be put, includng the HTML code provided to show the "Page 1 of 1", "page 1 of 2" etc.
Posted 12 years ago # -
Yes I meant a Section Break. And yes disable pagination. And yes pretty much any HTML can go here.
Posted 12 years ago #
Reply
You must log in to post.