• Resolved slnikohamalainen

    (@slnikohamalainen)


    Hi,
    there is a bug with Submissions page when site language is not English.

    The problem is in NF_Admin_Menus_Submissions class at line 70

    /**
    	 * enqueue scripts here
    	 */
    	public function enqueue_scripts( $page ) {
    		// let's check and make sure we're on the submissions page.
    		if( isset( $page ) && "ninja-forms_page_nf-submissions" === $page ) {

    When I set site language to Finnish $page becomes ninja-lomakkeet_page_nf-submissions and Submissions page is empty.

    I’m using the latest (3.6.2) version of plugin.

Viewing 3 replies - 16 through 18 (of 18 total)
  • jensjensen86

    (@jensjensen86)

    Yeah I’m running 3.6.0 now – but I don’t understand why they don’t just roll the versions back, and re-releases that old version as the latest, and keep working on the smart things wanna do for future in their own testing, instead of bothering all their users with this issue ??

    jensjensen86

    (@jensjensen86)

    The brand new 3.6.5 doesn’t solve the issue either – still blank Submission page after upgrading.

    Plugin Contributor Justin McElhaney

    (@jmcelhaney)

    There was a large change in how submissions are queried and displayed in version 3.6.1 of Ninja Forms. This has caused issues for some users.
    In version 3.6.5 of Ninja Forms we have created a temporary workaround for Ninja Forms to use the old Submissions section. This option is located under Ninja Forms > Settings > Advanced Settings >Show Legacy Submissions Page

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Submissions page empty’ is closed to new replies.