[Plugin: Frontend Uploader] Layout and collecting data
-
This plugin works for upload, but two issues:
1. The layout is strange — all in a paragraph. I would like line breaks between fields so it looks like this:
Upload your Image: browse and select photo
Description: optional image description
Your name: enter name
Your email: enter email
Submit buttonInstead it looks like this: Description —– Photo —- Caption—Email —Name Submit
Note: the —- dashes are input fields.
I tried using
between shortcode, but no luck.Here’s the code inserted in my post:
[fu-upload-form class="your-class" title="Upload your media"] [textarea name="caption" class="textarea" id="ug_caption" description="Description (optional)"] [input type="file" name="photo" id="ug_photo" class="required" description="Your Photo"] [input type="text" name="email" id="ug_email" class="required" description="Your email"] [input type="text" name="name" id="ug_name" class="required" description="Your name"] [input type="submit" class="btn" value="Submit"] [/fu-upload-form]
2. Although I am requesting email, description and other info, I do not see that information anywhere when I check the image in admin. What am I missing?
https://www.ads-software.com/extend/plugins/frontend-uploader/
- The topic ‘[Plugin: Frontend Uploader] Layout and collecting data’ is closed to new replies.