Title: It always creates 2 forms
Last modified: August 31, 2016

---

# It always creates 2 forms

 *  Resolved [Liddika](https://wordpress.org/support/users/liddika/)
 * (@liddika)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/it-always-creates-2-forms/)
 * Hello,
 * I am using a clean WordPress installation (PHP 5.4)
 * Whenever I install the plugin and create a new page with [fu-upload-form] it 
   works, however I need to customize a few options.
    When I use your example short
   code:
 * [fu-upload-form class=”your-class” title=”Upload your media”]
    [input type=”text”
   name=”post_title” id=”title” class=”required” description=”Title”] [textarea 
   name=”post_content” class=”textarea” id=”ug_caption” description=”Description(
   optional)”] [input type=”file” name=”photo” id=”ug_photo” class=”required” description
   =”Your Photo” multiple=”multiple”] [input type=”submit” class=”btn” value=”Submit”][/
   fu-upload-form]
 * It creates 2 forms in 1. Look at screenshot:
    [https://www.dropbox.com/s/64nnaovpqb2sihm/doube_form_error.png?dl=0](https://www.dropbox.com/s/64nnaovpqb2sihm/doube_form_error.png?dl=0)
 * Same happens when I do it myself:
    [fu-upload-form title=”Upload your media”][
   input type=”text” name=”post_title” id=”title” class=”required” description=”
   Title”] [textarea name=”post_content” class=”textarea” id=”ug_caption” description
   =”Description (optional)”] [input type=”file” name=”photo” id=”ug_photo” class
   =”required” description=”Your Photo” multiple=”multiple”] [input type=”submit”
   class=”btn” value=”Submit”] [/fu-upload-form]
 * Exact same error.
 * I noticed that the shortcode by itself works [fu-upload-form], but whenever I
   add a field and have to open and close the shortcode with [fu-upload-form] and[/
   fu-upload-form], it creates 2 fields.
    I double checked my page several times
   and created new pages to make sure it’s empty.
 * I also tried it on other websites, same issue. So I am wondering, what am I doing
   wrong?
 * [https://wordpress.org/plugins/frontend-uploader/](https://wordpress.org/plugins/frontend-uploader/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Liddika](https://wordpress.org/support/users/liddika/)
 * (@liddika)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/it-always-creates-2-forms/#post-7145748)
 * I have now tested the plugin on 4 completely different websites, all different
   hosts. Same error happens on all. And since I am using your example code, I assume
   the error is not on my side.
 * In other words, I think your plugin is broken at the moment.
 *  Thread Starter [Liddika](https://wordpress.org/support/users/liddika/)
 * (@liddika)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/it-always-creates-2-forms/#post-7145754)
 * Ah, using parameter suppress_default_fields=true seems to work. I think this 
   should be default when using fields, otherwise it will always break the form.
 *  [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * (@ngp130895)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/it-always-creates-2-forms/#post-7145968)
 * Same thing happens to me 😀
 *  [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * (@ngp130895)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/it-always-creates-2-forms/#post-7145969)
 * Same thing happens to me 😀

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘It always creates 2 forms’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [ngp130895](https://wordpress.org/support/users/ngp130895/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/it-always-creates-2-forms/#post-7145969)
 * Status: resolved