• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Advancing to page 2 when filling out form

New Here ,
Mar 19, 2018 Mar 19, 2018

Copy link to clipboard

Copied

I have created a 2 page form, but after filling out last field on first page, I am unable to tab to the first field on the second page.

TOPICS
Create PDFs

Views

145

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 20, 2018 Mar 20, 2018

Copy link to clipboard

Copied

Tabbing is within a single page. What you can can do is add a button with JS code to "setFocus()" to jump or set the focus to the next field, or add that code to the on Exit event of the last form field on page.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2018 Mar 20, 2018

Copy link to clipboard

Copied

LATEST

The tab-order is defined at a page level, but when you reach the last element on the page it should jump to the first object in the next page.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines