Forums / Setup & design / Differents forms to register different users

"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".

Differents forms to register different users

Author Message

laurent le cadet

Wednesday 06 July 2005 1:18:45 am

Hi,

I need to register users with 2 differents forms.
The first onecan be the default register.tpl but I need another one more complex.

The idea is to use sections :

[register_user]
Source=user/register.tpl
MatchFile=user/register.tpl
Subdir=templates
Match[class_identifier]=user
Match[section]=11

[register_ancien_eleve]
Source=user/register.tpl
MatchFile=user/ancien_eleve.tpl
Subdir=templates
Match[class_identifier]=ancien_eleve
Match[section]=8

But I can't print out any difference.

Is that the right way to do what Iwant ?

Laurent