Problems using wordpress integration with elementor #186
-
Hi, I'm using wordpress / elementor with the mosparo wordpress plugin. I have a simple Elementor "Form Field" with the mosparo input added. The mosparo box is shown, but when I fill my form and click on the mosparo button, elementor shows an error the check failed. I can see three post requests:
Maybe the request in the middle to wordpress / Any success stories with this setup? Is there a debug log, where I can check why it failes? The webserver logs etc. are clean. Thank you for help. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @floek Thank you very much for your question. Do you see the submission in mosparo in the project? Do you see the request to If you see the request in the access log, can you check if you see any errors in the mosparo log file? You can find that in the mosparo directory in Do you have a valid SSL certificate for your mosparo installation, or do you use a self-signed certificate? Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
Hi @zepich,
I've done some debugging as well, and I think I've found the problem.
There was communication required from Wordpress to my Reverse Proxy (Outside Docker) and back to Mosparo inside Docker. I've fixed this with an
extra_hosts
entry in docker compose.Maybe for future improvements: Serve all mosparo css/js/html file from the Wordpress Plugin. Then only backend communication inside docker between wordpress and mosparo would be required.
Thanks for help!
floek