I would like to know how I can set a different custom view when the redirectForm is being rendered.
I know that the form itself can be edited, but I want to reuse the default redirectForm in multiple places as it is. However, for one specific payment type (my second payment method), I want to use a completely different custom form.
Is there a way to configure or override the view before the redirectForm is rendered, so that I can dynamically choose which view to display based on the payment type?