Closed (outdated)
Project:
Secure Pages
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Oct 2012 at 15:48 UTC
Updated:
26 Nov 2024 at 10:11 UTC
Jump to comment: Most recent
When re-writing the form action, the query string is not carried over, only the base bath. Sometimes that query string and the information it contains is needed and this it should be carried over.
See the securepages.module. The action rewrite looks like this:
$form['#action'] = url($path, array('absolute' => TRUE, 'base_url' => securepages_baseurl(TRUE)));
and prob should be more like:
$form['#action'] = url($path, array('query' => $url['query'], 'absolute' => TRUE, 'base_url' => securepages_baseurl(TRUE)));
Comments
Comment #1
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks