Created other single line of text other than title called My_Numbers and wrapped the function call inside the setTimeout function:
var fields = init_fields_v2();
setTimeout(function(){
spjs.ac.textField({
“applyTo”:”My_Numbers”,
“helpText”:”Please Enter Rc Number…”,
“listGuid”:”4D376B3D-85AB-4660-9EF0-8D7019D991A2″,
“listBaseUrl”:”/spservices”,
“showField”:”RC_Number”,
“rowLimit”:15,
“listOptionsOnFocus”:true,
“reValidateOnLoad”:false,
“setFields”:[]
});
},900);
Still getting same error, i can see the box is delayed a little bit but issue still exists. and yes i am using sp2013 .