It depends on how you setup your form.
By default, the data would be stored as a Form Entry and the photo would be stored in your wp-content/uploads folder.
If you use Post Fields in your form then it will also create a WordPress Post. If you use the Post Image field for the photo upload then the photo would be stored in your Media Library. As for the post status, you have control of that as part of the settings on the Post Title and Post Body fields. So you can set it to Draft, or Published. It's up to you.
Post Fields create a WordPress Post. So you need to use Post Fields if you want to create a Post when the form is submitted.
Posted 13 years ago on Thursday May 5, 2011 |
Permalink