Hi, I have a very long form and I need the data to save into the WordPress user profile table (eventually I need users to be able to add to or edit their submissions, but that's a problem for another day). All the visitors who fill out this form will already have registered for the site; they will all be existing users.
I've tried to use the User Registration add-on to create the custom fields, and that seems to work fine, but of course it also wants to create a new user every time. Is there a hook or filter or something I can use to disable the registration action and just Update the user instead to add the new custom fields?
I saw this post from a few months ago saying the User Registration add-on might be updated with this functionality but didn't know if that had gotten anywhere yet. I'd be up for beta testing if it's available! http://www.gravityhelp.com/forums/topic/user-registration-logic-seems-strange#post-23843
Thanks so much for your help.