Hi:
I've created a
CB action Type "Private Message" that sends a welcome PM to the user onAfterlogin with a popup, and it works great.
The issue is that it will send the PM every time the user logs in, in spite of the fact that I've setup a condition
"only to be send if the field cb_welcomesent is Not Equal to 1". And even though "when the field is 1" the PM is sent anyway.
This is my setup:
CB Field Management
New Field
name: cb_welcomesent
type Checkbox (Single)
CB Auto Actions
1st action (Welcome Private Message)
Private Message Auto Action
Global
Type: Private Message
Triggers: onAfterLogin
User: Automatic
Access: Everybody
Conditions
cb_welcomesent Not Equal To 1
2nd action (Update cb_welcomesent_field)
Field Auto Action
Global
Type: Field
Triggers: onAfterLogin
User: Automatic
Access: Everybody
Conditions
cb_welcomesent Not Equal To 1
So when I login as the user with the cb_welcomesent Not checkmarked "no"
I've get the PM and the cb_welcomesent gets check marked to "yes"
I read the Message and Proceed to delete it.
When I logout and Log back In
I still get the PM even though the cb_welcomesent filed is check marked to "Yes"
What am I doing wrong?
Thank you,