duaneleem of LeemTek
9/5/2017 - 6:26 PM

Remove Angular Form

Remove Angular 4

ability and convert it to a standard form. The trick here is to use the directive “ngNoForm”.

The original usage for this was to process payments via Authorize.net.

<form 
  ngNoForm 
  name="PrePage" 
  method = "post" 
  action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx">
    <input type = "hidden" name = "LinkId" value ="8d261d35-2778-4ee2-8baa-89f1520fef2b" />
    <input type = "image" src ="{{ strImages }}/join-now.png" style="width: 240px; height: auto;" />
</form>