Using rbf_activatePageTab on new record form is causing form

Posted by Rollbase User on 21-Feb-2013 10:43

I'm trying to create a "wizard" or multi-step entry for new records by utilizing tabs for each screen. I'm initially hiding everything but the first tab in the onLoad section of the page and when going from the first page to the next, I'm running these two actions: rbf_showOrHidePageTab(1, true); rbf_activatePageTab(1); However, when rbf_activatePageTab executes, the page submits the record without going to the second tab. Any ideas? There isn't an option to disable AJAX on new screens or I would try that. Thanks!

All Replies

This thread is closed