Friday 17 August 2007 11:12:21 am
I'm trying to create an information collector, that redirects the user to a specific node after he submits the form. In collect.ini, the following settings work fine:
[DisplaySettings]
Display=redirect
RedirectURL=/something
This also works fine:
[DisplaySettings]
Display=redirect
RedirectURLList[]
RedirectURLList[form_preinscripcion]=/something
But this doesn't:
[DisplaySettings]
DisplayList[]
DisplayList[form_preinscripcion]=redirect
RedirectURLList[]
RedirectURLList[form_preinscripcion]=/something
and neither does this:
[DisplaySettings]
DisplayList[]
DisplayList[form_preinscripcion]=redirect
RedirectURL=/something
(my class is called form_preinscripcion) So it looks like DisplayList isn't working. Am I missing something? Is this a bug? PS: I'm using v 3.9.3
|