Forums / Developer / DisplayList in collect.ini

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

DisplayList in collect.ini

Author Message

Gabriel Finkelstein

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