missing dynamic data content in display

missing dynamic data content in display

I have run into an odd occurance and can't seem to figure out what is happening or why.  This is occurring on iPhones; I have tested the site on an Android emulator and it appears fine, as does the site on desktop browsers like Chrome and Firefox.

Development page is here: http://abmm.hdma.net

Issue is this - for my lists of people, the last dynamic variable that is setup to be displayed happens to disappear from view.  You can see this happening in several places:

Home page > Attendees > *individual record* > Cell Phone: (data missing)
Home page > Event Info > Onsite Contacts > *record* > Email: (data missing)

The odd part is that the information is in the page code - in the Event Info example, hitting the link off of the record for Naylor starts an email to that individual.

I have tried reorganizing the data display and when the email is the last thing show, it goes missing on the display; same thing happens when it is the phone number that is listed last.

I have setup this page as a VBScript ASP page, so that I can utilize our SQL database to feed the dynamic information into the page.  Could that be the problem?  I have tried various text display structures - p, div, css style, etc.  Same thing happens with all of them.

Any ideas?