Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    That’s because there’s a set of default fields to be displayed. If you want to turn them off, Check the settings “Suppress default form fields”:
    http://cl.ly/image/3609361A2613

    Or alternatively you can take out all inner content of the shortcode, something like:

    [fu-upload-form] if you only need default fields.

    Thread Starter skallerup

    (@skallerup)

    Wow thank you very much.

    I’m afraid to sound even more stupid, but i’m trying to create posts with image, but the image dosent comes with the post.

    Im using:

    [fu-upload-form form_layout="post_image"]
    [input type="text" name="post_title" id="title" description="Title" multiple=""]
    [textarea name="post_content" id="ug_caption" description="Description (optional)"]
    [input type="file" name="photo" id="ug_photo" description="Your Photo" multiple=""]
    [input type="submit" value="Submit"]
    [/fu-upload-form]

    how do I add image to the post?

    Plugin Author Rinat

    (@rinatkhaziev)

    Try
    [fu-upload-form form_layout="post_image"]

    it should work as it is

    Thread Starter skallerup

    (@skallerup)

    I tested it on 2 different wordpress sites and the results are the same, it creates a post without an image but the image is under media?

    Can you tell me what I’m doing wrong?
    And thank you for the support – much appreciated 🙂

    Plugin Author Rinat

    (@rinatkhaziev)

    Image is attached to the post, it just doesn’t add images to post content unless there’s a gallery present.

    so like, if you go to post edit screen, click “Add media”, then Media library, and select “Uploaded to the post” and you’ll see that the image is attached.

    Thread Starter skallerup

    (@skallerup)

    Oh okay. So it’s not possible to add the image as a thumbnail or directly to the post automaticly?

    Plugin Author Rinat

    (@rinatkhaziev)

    Unfortunately, currently this is not possible.

    Thread Starter skallerup

    (@skallerup)

    okay. Is it then possible to make a page that automaticly shows all uploaded pictures?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2 submit buttons and extra fields?’ is closed to new replies.