AMP and Paypal form CORS issue
Existing forms with the post method can be problematic to adapt to AMP especially when they are pointing to an external domain. There are two issues: Forms in AMP with the post action are expected to be requesting JSON data to display in the form without causing a page navigation. When page navigation is desired, … Read more