redirect with extra params

ideagrup 23 Apr, 2015
Hello friends,

I'm trying to use a Redirect action with extra params and the params not pass with URL

i DONT KNOW WHY. This is my firs redirect with params in chronoforms

ABSOLUTE URL:
This is the absolute URL:
http://www.programasi.org/es/component/chronoconnectivity5/?cont=lists&ccname=hs_estado_colegios&act=edit&gcb=78787878

With params URL
http://www.programasi.org/es/component/chronoconnectivity5/

and the extra Params:
cont='lists'
ccname='hs_estado_colegios'
act='edit'
gcb=fieldname

Only pass this: http://www.programasi.org/es/component/chronoconnectivity5/?

Do you know why????

Thomas
GreyHead 24 Apr, 2015
Hi Thomas,

Probably because you are starting with an SEF URL, Please try setting the URL to
http://www.programasi.org/es/index.php
and add these to the Extra Params
option='com_chronoconnectivity5'
ccname='hs_estado_colegios'
cont='lists'
ccname='hs_estado_colegios'
act='edit'
gcb=fieldname
This topic is locked and no more replies can be posted.