• Resolved Kay69

    (@kay69)


    Hello,

    Brilliant plugin guys!

    We would like to add couple of things to the form please:
    – table of content, top of front page. Titles should a hyperlink to a “Div” block

    – page numbers between the “Next” and “Previous” buttons, also hyperlinked to “Div” block

    How how to do so, please?

    Thank you!

    • This topic was modified 2 years, 2 months ago by Kay69.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @kay69

    Thank you very much for using our plugin.

    You can insert <i> tags with unique ids in the title of the fields where to jump. For example,

    <i id="section1"></i>

    Now you can insert an “HTML Content” field in the form with links to the sections as its content. For example:

    <a href="#section1">Go to the first section</a>

    If you need links for jumping directly to the different pages in a multipage form, please, look at the “Progress Bar for Calculated Fields Form” complementary plugin.

    Best regards.

    Thread Starter Kay69

    (@kay69)

    Hello,

    Thank you!

    The HTML content block solution wrorked.

    However, on first click, the homepage reloads. Have to click again for the hyper link to navigate to desired page.

    Kindly advise.

    Regards,

    Plugin Author codepeople

    (@codepeople)

    Hello @kay69

    The link click should not reload the page because the URL is a bookmark. As an alternative, you can edit the anchor code as follows:

    <a href="javascript:jQuery(document).scrollTop(jQuery('#section1').offset().top);">Go to the first section</a>

    Best regards.

    Thread Starter Kay69

    (@kay69)

    Hello,

    We used the progress bar add-on to resolve the jump to section issue.

    Thank you for your support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Table of content and page numbers’ is closed to new replies.