0
My code of Autofill Form Field is not working
In my code, I have two input fields. Based on what is selected or written in first input field, second field should automatically filled with matching value. This value will be retrieved from a csv file. However, nothing is happen. Code is not working. I think there is some mistake in code. So, Someone can please help me to figure out that problem... https://code.sololearn.com/WC8k2JDjyhsr
4 Answers
+ 1
Thanks for sharing. Hope it will help me to get this project done.
0
This does not look like a proper forum.
Missing: form tag
Missing: input type attribute
Missing: input name attribute
0
I added these three things. But still not working...
0
https://stackoverflow.com/questions/52732363/importing-csv-data-into-html-form
This looks similar to what you're trying to do.