• Resolved nootka

    (@nootka)


    Hi there,
    I have a problem that might be a result of conflict with Popup Anything plugin, but I cannot be sure about it. I am also asking for help from them as well, trying to figure this out.

    Let me set the context.

    I want visitors to be able to upload photos from their phones (or computers) without leaving the current page. That’s where I need Popup Anything plugin. I use User Post Gallery plugin to enable visitors to upload images. I add following code (for User Post Gallery form) in the popup:
    [upg-form class=”pure-form pure-form-stacked” title=”Submit to UPG” name=”my_form” ajax=”true”]
    [upg-form-tag type=”post_title” title=”Add view no” value=”” placeholder=”view no”]
    [upg-form-tag type=”category” title=”Select album” taxonomy=”upg_cate” filter=”image”]
    [upg-form-tag type=”article” title=”Add your location (city & country)” placeholder=”Your location (city and country)”]
    [upg-form-tag type=”file” title=”Select file”]
    [upg-form-tag type=”submit” name=”submit” value=”Submit Now”]
    [/upg-form]

    It works perfectly when I create one popup per page. However, when I have more than one (different id for each popup), then I get the following error:
    Submission failed
    Error message: | required-title | |

    If I use the code for image upload (User Post Gallery code) more than once per page, it works perfectly.

    I have attached a link to the page with a problematic popups/uploads.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author odude

    (@odude)

    Well, am not sure if this solves yours issues but let me explain based on my knowledge.
    I have never used any popup plugin to use UPG inside.
    One of my client used Flexi plugin, which worked.

    Anyway, The target should be
    Unique popup with different ID
    Unique form with different ID

    About popup, you can do it.
    for form try changing its name
    [upg-form title="Submit 1" name="a1" ajax="true"]
    second form with
    [upg-form title="Submit 2" name="a2" ajax="true"]

    If still do not work, I cannot help regarding popups ??

    Thread Starter nootka

    (@nootka)

    Thank you!
    I thought the same regarding different ids.
    Unfortunately, changing the name the way you suggested doesn’t do anything. It stills reports the same error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using upload image form in popup window’ is closed to new replies.