Support

Account

Home Forums General Issues Dynamically registered (via PHP) relationship fields return no results Reply To: Dynamically registered (via PHP) relationship fields return no results

  • The values you’re checking may not be set during the ajax request. To be honest, I don’t know. You can use the method or writing to the log file to see what $_POST values are available.

    
    ob_start();
    print_r($_POST);
    error_log(ob_get_clean());