I am trying to test running code when a field value is changed
Here is my code that I learned from the documentation
LFForm.onFieldChange(() => console.log("change"), {variableName: "Response_Content"});
Here is my field
I get this error in the console instead of the word change when I make a change to the field
Back to JQuery for now....