Codeigniter未定义索引,同时从页面上的多个ajax获取数据并提交

I am getting an

undefined index error

What I am doing is taking data from ajax 3 times on main page and then trying to submit using standard procedure, but the text box I am getting using ajax is showing in inspect element with the same name I am submitting. Please help.