• Resolved Bas van der Togt

    (@basvandertogt)


    The ajax url is hardcoded in form_addition.js
    Line 52: url: ‘/wp-admin/admin-ajax.php’,

    In a Bedrock installation, all ajax calls will fail because this URL is incorrect.
    To fix this, please use window.ajaxurl instead of the static path ‘/wp-admin/admin-ajax.php’.

Viewing 1 replies (of 1 total)
  • Plugin Author Web Whales

    (@webwhales)

    Thanks for reporting this, the hardcoded path was not the correct implementation. The hardcoded path indeed breaks on Bedrock and subdirectory installations.

    We’ve updated the plugin to use WordPress it’s admin_url() php function instead, which correctly handles all installation types. This fix is included in the latest release.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.