Redirect Not Working on form POST to cloud-based endpoint

I am trying to post contact form submissions to post a cloud-based API endpoint which will feed into our CRM.

The POST works as it should, and pushes the contact information into our CRM.

However, the page redirects to the endpoint instead of the page /thank-you.

Webflow page: http://eden-labs-llc.webflow.io/contact
Endpoint: http://crmcontactform20160521010808.azurewebsites.net/
Webflow Read-only: https://preview.webflow.com/preview/eden-labs-llc?preview=3ca0fdf00d5549b48d5ff2263e1078fd

Do you have an idea how I can fix the redirect? Thank you!

Hi @Daniel_Luebke, I think the main issue is that when the forms are not submitted to Webflow, the built in redirect has no affect.

I would build into the endpoint script to do the redirect, instead of using the Webflow redirect, which only works for Webflow form submissions.