Search Divi Modal Popup Documentation
Search for answers or browse our knowledge base.
Why my form is not working inside Modal Popup?
If your form works fine in other sections but does not respond inside a modal popup, the most likely cause is that the same form ID is being used in multiple places on the page.
Solution:
- Use Separate Forms – If you need the form in multiple places, create separate forms instead of reusing the same one.
- Ensure Unique IDs – The ID assigned to the form should not be used anywhere else on the page (including sections, rows, or modal popup ).