It'd probably be a lot easier to use CB Progress Field, which displays a progress bar based off profile completeness unless you need the points for something.
Determining if a field is completed or not is simple if you're checking database stored fields only as you could do this with a CB Query Field, but there's many calculated fields that require PHP API to determine their completeness.
An alternative is to create a field action per field using CB Auto Actions and acting on the after registration trigger. Your action should condition your fields to see if they have a value and if they do then increment an integer field by 1. You'd need to create an action per registration field you want to track.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums
CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.