Using upload image form in popup window
-
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]
- The topic ‘Using upload image form in popup window’ is closed to new replies.