Having a Few Issues – Help Appreciated
-
Hi – I’m attempting to use this plugin so that anonymous users can submit a photo to my website with a description as a blog post. More detail:
I have 4 fields on my form:
- Title (becomes the blog post title) – Required
- Photo Description (becomes the blog post content) – Optional
- Author – Optional
- File Attach (Browse)
Form Requirements:
- The form should submit as a (pending or draft) blog post.
- The image attachment should be set as the “featured” image on the post being created by the form submission.
- The “Author” information should be associated with the blog post.
Issues I’m Having:
- The Author information is getting lost.
- The image attachment is not set as the “featured image” of the blog post being created. I see the blog post in the “Posts” section of WP and I see the image in “Media” but they’re not associated with each other.
- My ‘success_page’ redirect isn’t working.
My Plugin Shortcode is below:
[fu-upload-form form_layout="post_image" title="Share your B&W photos with our community using the form below." success_page="/success/"]
Thank you in advance for any assistance!
Daniel
- The topic ‘Having a Few Issues – Help Appreciated’ is closed to new replies.