So I’m building a web app that asks users questions related to a resume and then I take that data and convert it into a pdf with proper formatting (I’m going to be put an ad on the bottom of the free version and if users don’t want that advertisement I’ll sell them the full version for $20).
Right now I’m working on a auto fill feature for when users start to enter their college name. My main purpose for doing this is to eliminate variety among college names so I can get an accurate count of what schools the users of my apps went to so that in the future if I want to go to the schools with the alumni’s that use my app the most and perhaps strike a promotion deal with that school for new grads.
So now to my problem now that I filled you in on the project overview. I retrieve the names for the schools through a sqlite database that uses php. The variables print on my screen fine, but when I click on one of the potential schools and put that value into the input box value it shows as undefined.
my semi-working model:
Here’s my code split into html, php and javascript:
HTML