I have an Umbraco form that I am rendering on a page using altTemplate=form
Everything works fine up until the form is submitted, at which point the query string is stripped out and the page returns without the altTemplate value.
This means the user loses access to the message on submit, as the altTemplate was responsible for rendering that.
Is there any way to keep the query string intact on submit?
Umbraco forms submit clearning query string
Hi there,
I have an Umbraco form that I am rendering on a page using altTemplate=form
Everything works fine up until the form is submitted, at which point the query string is stripped out and the page returns without the altTemplate value.
This means the user loses access to the message on submit, as the altTemplate was responsible for rendering that.
Is there any way to keep the query string intact on submit?
Thanks,
James
also. How do I post questions to particular section of the forums? They always just end up in "Using Umbraco and Getting Started" ??
Hi James,
Did you ever resolve this? I'm having the same issue.
Thanks
You probably need to use a hidden field in your form, you can then retrieve it and redirect to the correct view.
is working on a reply...