I've got a form that uses the User Registration Add-On to create a user account, and also created a Custom Post Type from other form data. One of the fields for the Custom Post Type is the User ID of the user who created the post.
Since I'm allowing a user to register/subscribe and create the post in one step, I need a way to get the newly-created User ID and save it to the newly-created post. Seems like a gform_user_registered hook might be able to do this, but not sure how to make it all work together.
Any help is greatly appreciated!