Everton1Blue
Technical User
Hello
How would I identify a URL redirection error that needs correcting in my code, please? I can't see anything in my Visual Studio code or when I press F12 online - the relevant page is here:
I have not come across this error before (server error 301?) and am not even sure what I am looking for.
The problem I have is that when the form is completed and 'Send' is pressed, the user is not redirected to my thankyou.aspx page. The email code is never actually processed due to the URL redirection error, and so remains in the address bar. That is what I need to correct.
Do I need to change my Web.config file in any way? I am in the dark about this error.
Thanks!
How would I identify a URL redirection error that needs correcting in my code, please? I can't see anything in my Visual Studio code or when I press F12 online - the relevant page is here:
I have not come across this error before (server error 301?) and am not even sure what I am looking for.
The problem I have is that when the form is completed and 'Send' is pressed, the user is not redirected to my thankyou.aspx page. The email code is never actually processed due to the URL redirection error, and so remains in the address bar. That is what I need to correct.
Do I need to change my Web.config file in any way? I am in the dark about this error.
Thanks!