[development] possible bug in FAPI 5.6 (query string killed)
Rob Barreca
rob at electronicinsight.com
Mon Jan 14 19:13:55 UTC 2008
Ivan Sergio Borgonovo wrote:
> So similar form may redirect to
> /bla/bli/blu?id=37
> /bim/bum?id=37
> /bau?id=37
>
> and there is a part of common code that will pick up the id and build
> up some content.
>
> But no matter how I try to pass an additional query param through the
> FAPI it gets mangled or chopped.
>
> It get chopped/mangled just after the _submit hook.
>
Try $form['#redirect'] = array('blah/bli/blu', 'id=37');
See
http://api.drupal.org/api/file/developer/topics/forms_api_reference.html/5#redirect
More information about the development
mailing list