I think I worked out half of how this can be done. I set the User Meta in the User Registration Settings to fill one field with the user role using wp_user_level. Will that work? Not sure as the user role is not set before the form is submitted...
If that works, then I have the next question: Can I use IF THEN ELSE in a calculation field, e.g.
(IF {User Role:9}="Level1" THEN "10" ELSE IF {User Role:9}="Level2" THEN "20" ELSE IF {User Role:9}="Level3" THEN "30" ELSE "0") * ...
Thanks
Alexander
Posted 11 years ago on Sunday May 12, 2013 |
Permalink