angular2 form doesn't submit from typescript

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
donbenci13
Posts: 1
Joined: April 20th, 2017, 9:44 pm

angular2 form doesn't submit from typescript

Post by donbenci13 »

I'm sending a form from payment page, this form is from the backend that I render on the frontend and submit it onload.

my code works perfectly on chrome, but apparently on firefox it keeps me from going to the url i sent my action to and redirect me back to homepage.

http://stackoverflow.com/questions/4351 ... 6#43518946

this is my question on stock overflow.
Post Reply