Comments

timdiacon’s picture

+1 from me, this feature would be incredibly useful

arithmetric’s picture

Status: Active » Needs review
StatusFileSize
new7.68 KB

Attached is a patch that allows query and fragment URL components to be included in the path that is provided to the forward module.

For example, to forward the page at /results?page=2 you could link to the forward callback at:
forward?path=results%3Fpage%3D2

I haven't tested this patch extensively with other forward module functionality, but I hope this can help others.

arisaves’s picture

I am having an issue sending email when adding the form to a panel -- would this be a possible solution?

goz’s picture

StatusFileSize
new920 bytes

I don't see this parch first so make my one. This is a second way to make query in forward urls.

goz’s picture

Bad patch. This is the good one.

joekers’s picture

Works a treat for me, thanks!

epavlov’s picture

Issue summary: View changes

Does anyone has solution for version 7?

joekers’s picture

I applied the D6 patch manually to a D7 site and it worked fine. Admittedly it was a while ago so there may be something extra I don't remember.

epavlov’s picture

@joekers is there way you can share your D7 code with us? or it's a long lost? thanks for helping!

epavlov’s picture

Tried like 5 times to implement both patches manually line-by-line on D7 version (even on older commit from 2013) — still no success. Does anyone have a solution? Appreciate any help!

john.oltman’s picture

Status: Needs review » Closed (outdated)