I have a problem with auto filling the inputs , I succussed in get data from db and log it into browser too, but my real problem is that once I change the value of inputs using js or jQuery it just (as picture ) change it in browser but not in element and in any action on page or place order it just return to the previous value so any help?
I tried a lot of things , last one is trying to simulate the event but all failed so i think to solve this problem I need to know from where this data come from and edit it
so I want on place order it get the new value I added using js not the previous value how to achieve this?
2