I'm running 4.7 of forward module on a site that is also running recipe's current 4.7 version (HEAD). When using the forward form, forward module works great on all node types except recipes. On these pages the form submits, but nothing happens. It works in firefox, but not ie for the pc. I think the issue is that the form that recipe module puts in the it's ingredient recalculation form and the form that forward module uses both have the same action.

As stated, on most nodes it works fine. It's only on recipe nodes, and only in IE on the PC that submitting the form doesn't seem to do anything.

I dropped a print_r($edit) in forward_form_submit() and confirmed that it was not routing to the correct _submit() function.

Comments

seanr’s picture

Does this issue still exist in current versions of the modules (5.x or 6.x)? The 4.7 version is no longer being maintained except for critical bugs and security issues.

seanr’s picture

Version: 4.7.x-1.x-dev » 6.x-1.x-dev
goddess’s picture

It will not foward the entire page content with the recipe module, no. Only a link. (Not the original poster, but have tried to figure out this issue myself) using 5.x.

edit- my apologies. This is not the issue of the original poster. It does forward the recipe pages, just not the full version as I have the content set to.

john.oltman’s picture

Status: Active » Closed (works as designed)