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