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
|