Home › Forums › General › Reload Page after Submit
Hi, (how) can I reload the page after a form is submitted?
Thanks in advance, Martin
I normally do this by adding a redirect as an action and entering in the full URL of the page the form is on. That way on each submission the last action it takes is to reload the page.
Hi Michael. Thanks for your input.
The idea is just fine, but as The form is used on different pages I´d need a variable to redirect it to the same URL.
When you set the redirect action, instead of adding a URL, dd this #post_var(submit_url) and it should redirect the page it was wubmited from.
Works like a charm, big thanks