Sona
(@support-web-dorado)
@deepthi-yamaka
We do not have integration with Popup Maker, thus it might have conflict with our plugin. It is strongly discouraged to use a plugin with Javascript into a pop-up since some of the scripts might not work here.
@support-web-dorado – From the Popup Maker perspective, any form can be made to work in a popup without any direct integration.
Couple of things that can make it not work flawlessly:
- Forms don’t submit with ajax. This causes the page to refresh and likely the popup to be closed on load, thus not seeing the response / thank you message.
- Forms JS is not built to handle content rendered outside of the_content in the main loop. IE Gravity forms doesn’t load its JS by default unless the shortcode is detected inside the main loops. We have to call a function on our end the que them if we detect it in a popup. Similar can be done for any other form plugin that has this issue of conditional loading.
- Forms JS is not written to handle hidden forms or ability to handle multiple of the same form on one page (often people test with form 1 on the page at the same time as in a popup). Gravity Forms is also guilty of this one, you can’t insert the same form in 2 places. IE the page form would work, but the popup form wouldn’t.
The no ajax issue is fixable by us in the near future by using JS to add a hidden field to all forms in our popups with the parent popups ID. Then detecting that field and auto triggering the popup that submitted the form again on page load.
Happy to help make your plugin work flawlessly with our plugin if your up for it.
hi danieliser,
thnks for your reply.
im happy to hear that you can help me with this issue.
please provide me your plugin’s details.