Skip to main content

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

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