I try to make a form that will signup a user in a third party system, if the user enters a product key along with their email address. However, I can find no way to redirect the user to a success page, nor fail page when form is submitted. I tried with paths and I tried adding an error handler, but neither support I give the user any feedback. To me it seems like you can only make forms that will accept anything with no feedback to the user other than Okay, you submitted your data. Think of a simple login system. I’ve had success creating tables with product keys and using the data in my tables to grant the user access to third party, but no success making a useful user experience? Any ideas?