While trying to carry over some autocompletes from our Classic DFFS (SP2013) form, it doesn’t look like the plugins like SPJS-ac are being included.
When (Modern DFFS) CustomJS has an autocomplete like:
spjs.ac.textField({blahblah});
Chrome’s debug console is returning:
Uncaught ReferenceError: spjs is not defined
In the “extra scripts to include” on the CustomJS tab, I’ve added SPJS-ac.js and some others. While the “spjs is not defined” error is gone, it still seems to be returning errors that appear tied to those SP1013 plugin files:
Uncaught ReferenceError: GetUrlKeyValue is not defined
Uncaught TypeError: Cannot read properties of undefined (reading 'textField')
With Modern DFFS, how should we do autocompletes?
-
This topic was modified 1 month, 3 weeks ago by
E J.
-
This topic was modified 1 month, 3 weeks ago by
E J. Reason: updated code