Help

Airtable API to post data from HTML form

Topic Labels: API
2923 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Andrew_Smith
4 - Data Explorer
4 - Data Explorer

Hi

I am attempting to use the Node.js Airtable API to post data from an HTML5 form to Airtable. Has anyone developed a way to do this securely (without exposing the API key)? Tips for getting this done?

Goal is to find a workaround for the missing features and lack of customization for Airtable forms.

Thanks!

2 Replies 2
Ashwin_P
6 - Interface Innovator
6 - Interface Innovator

You should do this from the server side as it is impossible to hide the ApiKey from the client side JS

openside
10 - Mercury
10 - Mercury

Check out Cloudflare Workers Project: https://builtonair.com/resource/airtable-proxy-cloudflare-worker/

or here is a new Forms project that may be an option: https://builtonair.com/resource/form-nano/

I’ll also DM you with another option of ours that is not yet live.