Need help with errors in NewForm.aspx

Forums Cascading dropdowns Need help with errors in NewForm.aspx

Viewing 1 reply thread
  • Author
    Posts
    • #7483
      Brett
      Participant

      Hi Alexander,

      This is to carry on from my comment: https://spjsblog.com/2013/08/20/convert-text-fields-to-cascading-dropdowns-unlimited-number-of-levels/#comment-281209

      So I’ve replicated the exact error in a completely different VM on Azure.
      The Alerts from Debug refer to the two columns I’ve specified in thisListFields:

      “The fieldname “Title” specified in “thisListFields” does not exist.
      You must use “FieldInternalName” to identify the fields.”

      Now just to clarify, “thisListFields” is the blank empty list that I want the drop-down selector to appear? It grabs these values from “lookupListFields”

      And the columns specified in “thisListFields” is located in the same List where in NewForm.aspx I’m placing the CEWP script???

      Also for your previous version: https://spjsblog.com/2010/06/15/cascading-dropdowns-in-sharepoint-text-fields-populated-by-lookup-in-another-list-version-2/
      I receive the same error, using a differentscript web part within the same NewForm.ASPX

      “The fieldname specified as “consumerArr Nr1” does not exist.
      You must use “FieldInternalName” to identify the fields.”

      I have tried using the same column names in both Lists, called firstrow and secondrow. They are definitely internalnames and not altered.

      From firefox console:
      “Function called with these arguments:” SPJS-Casc.js:112
      “lookupList:MSPDropdowns” SPJS-Casc.js:114
      “lookupListBaseUrl:” SPJS-Casc.js:114
      “lookupListFields:toprow,bottomrow” SPJS-Casc.js:114
      “thisListFields:toprow,bottomrow” SPJS-Casc.js:114
      “dropDownDefaultvalue:select” SPJS-Casc.js:114
      “hideEmptyDropdowns:false” SPJS-Casc.js:114
      “autoselectSingleOption:true” SPJS-Casc.js:114
      “clearInvalidSelection:false” SPJS-Casc.js:114
      “debug:true” SPJS-Casc.js:114
      “numberOfDropdowns:2″ SPJS-Casc.js:114

      Populating this field: toprow” SPJS-Casc.js:332
      Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery-1.10.2.min.js:6
      TypeError: spjs.$(…).filterNode is not a function
      “Function called with these arguments:” SPJS-Casc.js:112
      “lookupList:MSPDropdowns” SPJS-Casc.js:114
      “lookupListBaseUrl:” SPJS-Casc.js:114
      “lookupListFields:toprow,bottomrow” SPJS-Casc.js:114
      “thisListFields:toprow,bottomrow” SPJS-Casc.js:114
      “dropDownDefaultvalue:select” SPJS-Casc.js:114
      “hideEmptyDropdowns:false” SPJS-Casc.js:114
      “autoselectSingleOption:true” SPJS-Casc.js:114
      “clearInvalidSelection:false” SPJS-Casc.js:114
      “debug:true” SPJS-Casc.js:114
      “numberOfDropdowns:2″ SPJS-Casc.js:114

      Populating this field: toprow” SPJS-Casc.js:332
      Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ jquery-1.10.2.min.js:6
      TypeError: spjs.$(…).filterNode is not a function
      Use of Mutation Events is deprecated. Use MutationObserver instead.

      Have I got the lists correct or mixed up?

      If you want access to the VM, let me know and I can email you the log on details?

      Thanks,

      Brett

    • #7520
      Alexander Bautz
      Keymaster

      Hi,
      Sorry for the delay. If you could give me access to the WM I can take a look. Please send some details on how I can replicate the error in your WM.

      If you don’t have my email, you find it in the “About me” tab in the top of this page.

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.