• Hey! First of all thanks for the great Plugin.

    I’ really looking forward using it but have a problem:
    I put the shortcode here: https://www.crafthive.eu/upload/ and tried it a few times.
    After trying for ages and also despite adding the form_layout=”post_image” into the shortcode I simply can’t upload normal posts. I also tried post_media, which also didn’t work.

    If I upload with this form the data it will always be send into the Media library WITHOUT creating a Post (i read that the pictures are always in the library and have to be approved but in this case not even a post is created).

    There is also no notifiying email (despite being checked) being send to me…

    Would be great If I got help here!

    https://www.ads-software.com/plugins/frontend-uploader/

Viewing 4 replies - 31 through 34 (of 34 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Thomas,

    What happens if you use post layout instead of post_media? Can you post exact shortcode you use?

    Hi Rinat,
    for some reason its working now – probably wrong spelling befor. Post and image are not related. Is this correct?

    Hi rinat,

    I have a problem with my post and media upload:

    would you please check my codes?
    —————————————————————-
    [fu-upload-form class=”your-class” title=”Get a Quote” form_layout=”post_media” category=”get-a-quote-posts”]

    [input type=”text” name=”post_content” id=”Name” class=”required” description=”Name*” multiple=””]

    [input type=”text” name=”post_content” id=”Email” class=”required” description=”Email Address*” multiple=””]

    [input type=”text” name=”post_content” id=”Phone” class=”validate” description=”Phone Number (optional)” multiple=””]

    [textarea name=”post_content” class=”textarea” id=”ug_caption” description=”Any Additional Comments (optional)”]

    [input type=”file” name=”post” id=”ug_post” class=”required” description=”Upload Artwork? (optional)” multiple=””]

    [input type=”submit” class=”btn” value=”Submit”]
    —————————————————

    Plugin Author Rinat

    (@rinatkhaziev)

    Hey,

    Your form is not quite right. It should be something like this:

    [fu-upload-form class="your-class" title="Get a Quote" form_layout=''post_media'' category="get-a-quote-posts"]
    [input type="text" name="post_title" id="Name" class="required" description="Title*"]
    [input type="text" name="post_author" id="Name" class="required" description="Name*"]
    [input type="text" name="email" id="Email" class="required" description="Email Address*"]
    [input type="text" name="phone" id="Phone" class="validate" description="Phone Number (optional)"]
    [textarea name="post_content" class="textarea" id="ug_caption" description="Any Additional Comments"]
    [input type="file" name="artwork" id="ug_post" class="required" description="Upload Artwork? (optional)" multiple=""]
    [input type="submit" class="btn" value="Submit"]
    [/fu-upload-form]

    post_title field is required for post_media layout to work

Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘Problem with uploading post’ is closed to new replies.