Skip to main content
Known Participant
June 6, 2010
Question

Tabbed Panels Questions...

  • June 6, 2010
  • 2 replies
  • 324 views

When a form is submitted on a Tabbed Panel, how do you get it go back to that particular panel and not automatically go to the first panel?

I used javascript to create a link on the same page, but can't seem to figure out how to do it on a form submit...

This topic is closed to new replies. Start a new post to keep the conversation going.

2 replies

David_Powers
Inspiring
June 7, 2010

rickpick77665 wrote:

When a form is submitted on a Tabbed Panel, how do you get it go back to that particular panel and not automatically go to the first panel?.

There's a tutorial on my site at http://foundationphp.com/tutorials/spry_url_utils.php. It explains how to link to a specific panel from a different page. When submitting a form, you would need to add a query string to the action attribute in the form to redirect the user back to the correct panel.

Known Participant
June 7, 2010

Thanks David, that was easy, but one other question. How about with

recordset paging? How can I get it to go to the correct panel. I tried

updating the paging, but all I can get is either it goes to the panel

without paging to the next page or goes to the first panel.

Thanks!