Form action links to file on a third-party website, getting "Cross-Origin Request Blocked"

Hi, @akshatkedia. I see the action attribute for the form is this:

https://res.cloudinary.com/makers-asylum/image/upload/v1564326086/D.I.V.E%202019%20Report.pdf

For Netlify forms, the action must be a path relative to the site root. Quoting the Forms documentation:

You can replace the default success message with a custom page you create by adding an action attribute to the <form> tag, entering the path of your custom page (like "/pages/success" ) as the value. The path must be relative to the site root, starting with a / .

To be clear, having the action for a form be URL containing any domain name is not supported. About the Cross-Origin Resource Sharing (CORS) issue, there is more information about resolving this type of issue here: