Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi TeaCommerce,
Can I redirect to the bank the mvc way like this:
[HttpPost] public ActionResult HandleJouwGegevensForm(TSJouwGegevensViewModel model) { if (!ModelState.IsValid) { return CurrentUmbracoPage(); } else { Redirect(TC.GeneratePaymentForm(1)); } }
Thanks, Merijn
Hi Meijn
The GeneratePaymentForm generates a HTML post form. So dont think you can do like that :)
Kind regardsAnders
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Generating payment form MVC style
Hi TeaCommerce,
Can I redirect to the bank the mvc way like this:
Thanks, Merijn
Hi Meijn
The GeneratePaymentForm generates a HTML post form. So dont think you can do like that :)
Kind regards
Anders
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.