I am trying to add a default user to all entries submitted via the Advanced Post Creation form - without success! My form is set up so that community members can post updates without requiring them to login. However, this creates a problem as every post needs an author or it can lead to error messages.
I have created a “Guest” user account. How do I programmatically assign all entries to this user?
Hello. You can set the default author for the post in the Post Creation feed:
If that does not work for you for some reason, you can use the gform_advancedpostcreation_post filter to modify the post object before the post is created.