| Description |
when you input [USERDATA], the order of the said data follows the order of the attributes as they were created in the database. This doesn't necessarily have much sense if you re-order these attributes in the registration page. For example, if you created your attributes in this order:
1.last name 2.favorite food 3.first name
and then corrected the order in the registration page so that you have 1.3.2. in that order, you will still get [USERDATA] following 1.2.3., or smith pasta john... instead of john smith pasta. !
Perhaps [USERDATA] should adopt the order of the attributes as found in the last subscribe page used by the user? |