Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Fernando,

    I have the same issue as Kevin.

    This video shows the details:

    Thank you for making this great plugin and fixing this issue!

    Hey Kevin and all,

    We coded a fix. Paste the following into your functions.php

    
    add_action( 'init', '____action_function_name' );
    function ____action_function_name() {
        // Include Extension files
        require_once dirname( INTEGRATE_ELEMENTOR_MAILSTER_PATH ) . '/includes/class-mailster-action-after-submit.php';
        // Instantiate the action class
        $mailster_action = new Mailster_Action_After_Submit();
        // Register the action with form widget
        \ElementorPro\Plugin::instance()->modules_manager->get_modules( 'forms' )->add_form_action( $mailster_action->get_name(), $mailster_action );
    }
    Plugin Author Fe Perrella

    (@feperrella)

    Hi,

    Thanks for the solution, I still need more information for why the plugin did not instantiate the class in both cases. It’s the exact same code…

    Could you run debug log, or try to deactivate all other non essential plugins for this test to see if it works?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No mailster option’ is closed to new replies.