"tvout=view" stopping form submission for redirecting

mapme 03 Feb, 2022
I am trying to use CF6 for a form submission that carries out some PHP custom actions before redirecting to a landing page.
However, recently the form isn't submitting correctly and the URL is stuck on a white back with this query string:
https://<<domain/register/single?chronoform=signup&event=submit&tvout=view

If I remove the "tvout=view" from the URL and F5 then the form will redirect for me.

Is there a way to force that "tvout=view" to be automatically removed from URL submissions?
GreyHead 03 Feb, 2022
Hi mapme,

I don't think that CFv5 adds that as standard. I suggest that you try hardcoding the form Submit URL without the tvout and see if that works OK.

Bob
mapme 03 Feb, 2022
Thanks Bob - the issue is with CF6.

I guess it is funny that it is auto-created in CF6... it's not something I am appending, and it is causing issues.

Brendan
GreyHead 04 Feb, 2022
Hi Brendan,

Sorry, my typo :-(

Have you tried hard coding the Submit URL for the form?

Bob
You need to login to be able to post a reply.