You are viewing limited content. For full access, please sign in.

Question

Question

lfform showfields pagination tabs

asked on March 18 Show version history

I am trying to set up an html button that when clicked will show a different pagination tab on my form.

I am using this javascript and using the fieldID shown on the tab when in the modern designer form editor. This code works to show an individual field on a form but does nothing with the Tabs.

I am trying to provide a submit button of sorts at the bottom of the page to allow the user to navigate to a specific tab.

The console seems to show nothing with respect to the onclick even on the fields on same page where it does work, any suggestions or alternative approaches appreciated.

window.clickButtonFunction = function () {
  LFForm.showFields({fieldId: 119});
};

Peter

0 0

Replies

replied on March 25

If you want to show one pagination page at a time, you could use Javascript to send specific values to a field based on the button that is clicked.  Ex: Button Page 1 = 1, Button Page 2 =2, etc.

Then use show/hide rules to show the paginated page based on the value in the field.  When Field 119=1 show Pagination page 1.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.