Forums

Redirect to article after submit

edudesouza 30 May, 2014
Hi there,

If I understood, reading some other inquires, if I want to redirect my user to another artice I need to add in Params/Fields map something like:

option=com_content
view=article
id=87
Itemid=182

Each parameter in one line.
What am I doing wrong?

In my case this solution is not working.

Thanks in advance
GreyHead 30 May, 2014
Hi edudesouza,

Do you always want to redirect to the same article? If so then you can use the ReDirect User action.

Bob
edudesouza 30 May, 2014
Yes it is, although, I am not running on production environment, so if I use this procedure I will need to change this url when I go to production, right?
GreyHead 30 May, 2014
Hi edudesouza,

You can use a relative URL e.g.
/index.php?option=com_content&view=article&id=182 . . .

Bob
This topic is locked and no more replies can be posted.