• Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Javascript | After apply focus (go to) to specific tab

There are some helper functions in our form JS that make it easy to select tabs, if you know the group ID. So ...

Fabrik.getBlock('form_X').selectGroupTab('groupY');

... in some custom JS would do that. The problem is simply figuring out that the form has just been "Applied" rather than being loaded for the first time for edit.

-- hugh
 
And I'm not sure there is a way, that I can think of. An "apply" is just a form submission that redirects back to the same form. It's really just the same as having a redirect plugin back to itself. So when the page loads, there's really no way of telling if the page is loading from a menu link, or after being applied.

-- hugh
 
Back
Top