Problemunvalidated
I am not able to find a way to append "#SectionInWebsite" to the end of the redirect function. — I have a product on my platform and when a specific user does an action. Tension: I want to redirect them to example.com/product/product-slug/#SectionInWebsite. Outcome: return redirect('ProductSingle', product.slug, "#SectionInWebsite").
9a31609e-56d0-45ff-b826-f92cb509d490
I am not able to find a way to append "#SectionInWebsite" to the end of the redirect function. — I have a product on my platform and when a specific user does an action. Tension: I want to redirect them to example.com/product/product-slug/#SectionInWebsite. Outcome: return redirect('ProductSingle', product.slug, "#SectionInWebsite").