After submission JavaScript in page builder form component

I thought of another solution that might be easier to accomplish:

Add a updateComponent to the Tadabase JavaScript callback functions and actions.

the existing ones being:

Callbacks

  • TB.render
  • before-page-change

Actions:

  • TB.showLoading()
  • TB.hideLoading()
  • TB.showComponent
  • TB.hideComponent
  • TB.navigateToPageId // pageId
  • TB.navigateTo //page slug
  • TB.showAlert
  • TB.getUserToken

Is this possible @moe