First of all, I am not strong in PHP. I scoured the forum here a few months back and was able to piece together a solution for a form that I have. It worked, but now does not. I've spent the past couple days trying to resolve the problem myself but have hit a wall.
I have a form that pulls in current user info. It prepopulates several fields in the form. This is the code in my functions.php file:
http://www.pastie.org/3556151
The front end of my form is here: http://bit.ly/xu40Ev (You'll have to login as a user. I created 'gravityuser' pw:'rocket')
It should populate the FN, LN, phone, email, ship to address.
Like I said, it worked up until about a week or so ago. I did just update a few plugins (gravity plugins) and the juiz plugin that allows me to add some other custom fields to the user. My first thought that something there broke it. I restored older versions of those plugins. nope.
Is there something that would have changed within the WP core update or is there something else that may have updated that would have caused this to stop working?
Any Ideas?