0

I have 3 files: formData.json, myForm.html, and form.js. How can I take data from .json using JavaScript, and load it to my HTML form without any kind of server, just using Chrome? Is it even possible? Thanks.

Nemi
  • 1,012
  • 10
  • 19

1 Answers1

0

Yes, it is possible, but probably requires an entire tutorial rather than a simple answer, and many choices to be made depending on your requirements and experience. See if this other answer helps.

MikeB
  • 580
  • 3
  • 18