I have this text field and button here
Doing this fixed my issue
I changed .value(); to .value; taking out the ()
.value();
.value;
()
I did not change anything in my text field or submit button
Works like a charm.