I have a submission form that saves several fields of data as custom fields that I use in displaying the post.
In order to get the post saved as a draft post, I have to have a Post title field. That's fine, but I want that same information put in a custom field. I've worked around this by forcing the user to enter the same data twice. (blech.)
I also get an image upload and I want the URL placed in a custom field. I don't have any workaround to this. So I have to copy the URL in later. (blech.)
Is there any way to accomplish these two things?
The form is here: http://www.pimpmysafari.com/submit
Thanks!