The problem here is that the user is using the redirect settings on their form to reload the page that the form is on after it has been submitted, however instead of reloading the page they're redirected to the homepage.
Solution:
This is happening because the user is using the default permalink settings for wordpress instead of the postname permalink settings.
In order for the redirect to work correctly then you must use the postname permalink settings.