I was having the same redirect problem when generating the link from within a form. What fixed it for me was changing the 'action' attribute like so:
$form['#action'] = url('cart');
Marcus
Dynamo Solutions
|
Ubercart |
|
|
|
||
Re: Using l() for Drupal 6
Fri, 11/13/2009 - 00:57
#1
Re: Using l() for Drupal 6
I was having the same redirect problem when generating the link from within a form. What fixed it for me was changing the 'action' attribute like so: Marcus Cart link redirect By: Max_Headroom (16 replies) Thu, 03/12/2009 - 12:18
|
|