Problem with form and ui tabs

Problem with form and ui tabs

Hi everybody.

I am new in this forum and i need your help.

I have 3 form wich i want to show in different tabs with ui tabs.

The problem is: if i submit form 3 in tab 3 i get back to tab 1 and form 1.
What do i have to do do get the current tab of the current form selected after submit???

Thanks a lot!!!

COde:
  1. <script type="text/javascript">
      $(document).ready(function(){
        $("#tabs").tabs({ fx: { opacity: 'toggle' } });

      });
      </script>