Hello,
I've run into an issue with the Forms for Editors app on the product details page. After submission, it does not respect the ecom navigation tree, so if I e.g. make a submission on a page with the URL
/products/clothes/blue-denim-jeans-xl or
/products/clothes?ProductID=123
After submission, in both cases, it redirects to
/products/details
I realize I can get rid of the query parameter ProductID with a setting, but if I can make this work while keeping the query parameter, that would be great.
I've set the submission behaviour to just show a template:
I tried a workaround with just sending a submission through the dwapi with js, which works fine, but then I also need to find a way to send e-mails with the form data.