Support

Account

Home Forums General Issues Advance to new tab upon submit

Solved

Advance to new tab upon submit

  • I have a rather large questionnaire I’ve created using ACF and it’s working fine. What I’d like to know is if there is a way to get ACF to advance to the next tab of questions once the user hits submit after completing the questions in the current tab.

    Is this possible?

  • Hi @jimario

    Can you please attach screenshots to describe how your ‘tabs’ are related to the submit button?

    The ACF tab field allows you to click on a tab to toggle it’s content, but I don’t understand how this would ‘advance’ after clicking on the submit button to save all data.

    Thanks
    E

  • Here is the screen shot. It’s taken from the user-edit.php profile editing page.

    screenshot

  • Hi @jimario

    So you are wanting the ‘Update User’ button to toggle through to the next available tab?

    What if a user is only editing 1 piece of data? Or if 1 tab is not required for that user?

    i would advise not to do this, but If it is necessary, you will nee to write some custom jQuery to listen to a click event on the submit button and trigger a click on the deired tab.

    Thanks
    E

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Advance to new tab upon submit’ is closed to new replies.