• I’m trying to do a simple form where people put in their name, email address, Photo Title, description, and upload one photo. Here’s the shortcode I’m using:

    [fu-upload-form class="your-class" title="Upload Your FroYo Photo"]
    [input type="text" name="name" id="ug_name" class="required" description="Your name"]
    [input type="text" name="email" id="ug_email" class="required" description="Your email"]
    [textarea name="post_content" class="textarea" id="ug_caption" description="List Your FroYo Toppings!"]
    [input type="text" name="post_title" id="title" class="required" description="Give your FroYo masterpiece a title!"]
    [input type="file" name="photo" id="ug_photo" class="required" description="Upload Your FroYo Photo"]
    [input type="submit" class="btn" value="Submit"]
    [/fu-upload-form]

    It seems to work. I get the photo, title, and description. However, I can’t seem to find where the name and email information goes.

    Thanks for any help.

    https://wordpress.org/plugins/frontend-uploader/

  • The topic ‘Where do other fields go?’ is closed to new replies.