This is very nicely designed and implemented. Just one question/suggestion. I'd like to use this on an order taking app. The idea being that you enter a customer number and all their info(store name, address, phone email etc) autopopulates. So obviously I don't want to hard code all 10 form items for 400 customers into "var data" I'd like to pull that information from a CSV file. Any thoughts on exactly how to do this? Is this possible without loading the info into the array?
This is very nicely designed and implemented. Just one question/suggestion. I'd like to use this on an order taking app. The idea being that you enter a customer number and all their info(store name, address, phone email etc) autopopulates. So obviously I don't want to hard code all 10 form items for 400 customers into "var data" I'd like to pull that information from a CSV file. Any thoughts on exactly how to do this? Is this possible without loading the info into the array?