Does anyone know how to change the `redirect_fragment` in the Jetpack “subscribe” block?
When users submit their email address using the form generated by the subscribe block, the site redirects to [`mysite.com/page/?subscribe=success#subscribe-blog-1`]), where “subscribe-blog-1” is equal to the hidden `redirect_fragment` value. This would be fine, except the “success” message that’s displayed is shown *above* the form and redirecting to the form itself causes the page to scroll JUST beyond the success message so the user doesn’t see it unless they scroll up. If I could just change the ID used for the redirect, I could fix the problem.
Any ideas are appreciated.
[ad_2]
Not sure if this is still current – [https://jeremy.hu/redirect-jetpack-subscriptions/])