David Kimura PRO said about 3 years ago on Multistep Form with Wicked :
  I would probably look into the redirect_to_finish_wizard method and redirect the user to a business steps controller which "repeats" the process but for the business domain. So, first gather the information about the user in the user steps controller and then redirect to the business steps controller where you can then gather that information.