The instructions show you how to do two things:
- Add the user's cell phone number
- Change email address from internet address to Notes address
There are three basic steps that you need to do:
- Ensure/Configure Profiles retrieves the attribute you want to display from the database
- Prepare the client side object that JavaScript will use to hold profile values
- Use JavaScript to dynamically render the person card
Sounds complicated? It's really not that bad. At most, you'll need to change 3 files.
Let me know if you have any questions!
NOTE: The document is very technical. It'll most likely only be understood by those of you with experience in HTML / JSP and SQL development.