Skip to main content

Airtable on simple web page with Ajax

  • April 10, 2018
  • 1 reply
  • 1 view

Forum|alt.badge.img+11

Hi

Really simple requirement but just can’t get my head round it (put it down to advancing years)

I want a simple HTML and JavaScript page with a search field that just searches a particular field in an airtable table and returns results

Anyone got an example to hand they can share?

Thanks
Mike

1 reply

Forum|alt.badge.img+3
  • Participating Frequently
  • 586 replies
  • April 12, 2018

You will probably want a server side solution since you do not want to store the Airtable API key on the client side!

Also in case you want to go the Javascript way for your server side code…I would suggest looking into the Airtable Node.js client

You might want to look into this example to get you started…


Reply