Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Help! Validation.eml template problem!

Quote Reply
Help! Validation.eml template problem!
I tried to use the following complex email header to make subject different conditions which depend on admin options.

The require_signup_email_validation is set to: Yes No
The require_signup_admin_validation is set to: Yes No

Code:
To: <%user_email%>
<%if require_signup_email_validation and require_signup_admin_validation%>
Subject: <%site_home%> - Validation 1st step: Email validate
<%elsif require_signup_email_validation%>
Subject: <%site_home%> - Only Email validate
<%elsif require_signup_admin_validation%>
Subject: <%site_home%> - Only admin validate
<%else%>
Subject: <%site_home%> - Successful registration
<%endif%>
From: <%site_home%> <<%admin_email%>>

But when I try to register, the result Subject is badly:
Subject: <%site_home%> - Successful registration
Crazy

The good result should be:
Subject: <%site_home%> - Validation 1st step: Email validate

Any idea, what can be the problem?
Please Unimpressed

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread Help! Validation.eml template problem! webmaster33 4442 May 10, 2002, 10:11 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Paul 4352 May 10, 2002, 10:17 AM
Thread Re: [Paul] Help! Validation.eml template problem!
webmaster33 4325 May 10, 2002, 10:25 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Paul 4367 May 10, 2002, 10:28 AM
Thread Re: [Paul] Help! Validation.eml template problem!
webmaster33 4338 May 10, 2002, 10:42 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Paul 4303 May 10, 2002, 10:44 AM
Thread Re: [Paul] Help! Validation.eml template problem!
webmaster33 4319 May 10, 2002, 11:00 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Paul 4347 May 10, 2002, 11:01 AM
Thread Re: [Paul] Help! Validation.eml template problem!
webmaster33 4361 May 10, 2002, 11:04 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
webmaster33 4340 May 10, 2002, 11:45 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Alex 4296 May 10, 2002, 12:37 PM
Post Re: [Alex] Help! Validation.eml template problem!
webmaster33 4278 May 11, 2002, 8:50 AM
Thread Re: [webmaster33] Help! Validation.eml template problem!
Jagerman 4269 May 14, 2002, 7:22 PM
Post Re: [Jagerman] Help! Validation.eml template problem!
webmaster33 4281 May 14, 2002, 10:24 PM