As you can see in the attached image, I am trying to code the redirection. Everything works, when I send the form it redirects me to the page that I indicate and the form arrives in the mail, but the default netlify message appears and my custom page does not appear.
Can you confirm this is the correct form? What is the expected behavior? Can you provide a reproduction of the error you’re seeing so we can look into this further?
@manuwweb thanks for confirming! We’ve taken another look at this, and we think that this might be happening because you’re attempting to hard code a redirect instead of just using the action field as described in our Forms docs here.
Can you try commenting out the portion of your code where you set the redirect and let us know the result?