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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...