I'm trying to create a form where the end user can fill it in from the front-end of the site and create a post within the system. That in itself isn't an issue (I've got that covered). the issue is that the site I'm working on has multiple authors, and only one person is putting in the posts for these authors. Each author has it's own section (not exactly their own "site", otherwise I'd use multi-site - but this isn't THAT complicated.) - an author page where they have updates every now and then. The person who puts in the posts needs to be able to fill in the form (to create a post) and then be able to choose which author she's posting as.
In the back-end of WordPress, you can do this by selecting a username from the dropdown. But I can't seem to sort out a method how to do this with Gravity Forms. It seems the only option I have is to either set a default user, or set the author as whoever is logged in.
I've found a few tutorials on how to do this by email address, but that's not an option either - everyone's set to have the same email address (because there's only one contact dealing with inputting everything on the site - and yes, you can use one email address for multiple users, which is how it's currently set up). So really, what I need is to just have a dropdown with all the usernames for the lady putting in the posts to choose from.
Yes, I realize she could do this by simply writing a post from the back end, and problem solved - but apparently she finds the back end of Wordpress "ugly and confusing", so she just wants a form on the front end of the site so she can put in the stuff, set the author and publish.
So I have it all, but I just can't sort out how to get that dropdown list of authors so when she submits the form, the post is published under the proper username. I'm thinking I have to add a bit to the default "Post Title" field so a new option is set to choose (to select username form dropdown?), and then use a dropdown with some code to create a list of users? but I'm not sure if that's the whole process that's needed?
Any advice/input would be appreciated.
Thanks!