mwhite67
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Uploader] Where is the content?Thanks so much for your prompt responses and great plug-in. All my problems are now resolved.
Forum: Plugins
In reply to: [Frontend Uploader] Where is the content?Follow-up to previous email: Isn’t the form data supposed to appear on a post in the Manage UGC Posts section? Mine is empty.
Forum: Plugins
In reply to: [Frontend Uploader] Where is the content?Thanks for the response. When I click Edit and scroll down, I see the text in the Description field on the Upload form repeated in the Caption and Description fields with the image, but I also included fields on the form for Name, Email, and Company. I don’t see that data anywhere. Am I missing something?
Forum: Plugins
In reply to: [Frontend Uploader] Where is the content?I am having the same problem. The picture uploads, but the content is missing. No posts show in the Posts / Manage UGC Posts.
Here is the code I’m using:
[fu-upload-form class=”your-class” title=”Upload your Selfie!” success_page=”https://www.northamptonchamber.com/thanks”%5D
[input type=”text” name=”post_title” id=”title” class=”required” description=”Your Name” multiple=””]
[input type=”text” name=”email” id=”ug_email” class=”required” description=”Your E-mail”]
[input type=”text” name=”company” id=”company” class=”required” description=”Your Company/Organization” multiple=””]
[textarea name=”post_content” class=”textarea” class=”required” id=”ug_caption” description=”Description (Please tell us who’s in your selfie and why you chose them for the photo.)”]
[input type=”file” name=”photo” id=”ug_photo” class=”required” description=”Your Photo” multiple=””]
[input type=”submit” class=”btn” value=”Submit”]
[/fu-upload-form]